1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-21 18:03:41 +03:00

[PATCH] add comment in wait_for_sysfs to explain the structure better.

This commit is contained in:
greg@kroah.com 2004-10-08 00:28:16 -07:00 committed by Greg KH
parent da767d0739
commit 2cb3973610

View File

@ -99,7 +99,8 @@ static int wait_for_class_device_attributes(struct sysfs_class_device *class_dev
/* skip waiting for physical device */
static int class_device_expect_no_device_link(struct sysfs_class_device *class_dev)
{
/* List of devices without a "device" symlink */
/* List of devices without a "device" symlink
* set .device to NULL to accept all devices in that subsystem */
static struct class_device {
char *subsystem;
char *device;