diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-05-28 12:28:39 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-22 00:54:52 -0400 |
commit | 1e41250863cd4de5ffa0678c405d001ca5b62796 (patch) | |
tree | 028f4929e755ede7daa185e1bb9b776440aa310f /drivers/base | |
parent | d9a0157328507c5f563e16a583cd0a063854aebb (diff) |
class: fix docbook comments for class_private structure
Removes a field that has been deleted, and adds a description fo the
class_dirs field which was previously undocumented.
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/base.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/base/base.h b/drivers/base/base.h index 4435732437a5..c035dc23266a 100644 --- a/drivers/base/base.h +++ b/drivers/base/base.h | |||
@@ -41,10 +41,9 @@ struct driver_private { | |||
41 | * struct class_private - structure to hold the private to the driver core portions of the class structure. | 41 | * struct class_private - structure to hold the private to the driver core portions of the class structure. |
42 | * | 42 | * |
43 | * @class_subsys - the struct kset that defines this class. This is the main kobject | 43 | * @class_subsys - the struct kset that defines this class. This is the main kobject |
44 | * @children - list of class_devices associated with this class | ||
45 | * @class_devices - list of devices associated with this class | 44 | * @class_devices - list of devices associated with this class |
46 | * @class_interfaces - list of class_interfaces associated with this class | 45 | * @class_interfaces - list of class_interfaces associated with this class |
47 | * @class_dirs - | 46 | * @class_dirs - "glue" directory for virtual devices associated with this class |
48 | * @class_sem - semaphore to protect the children, devices, and interfaces lists. | 47 | * @class_sem - semaphore to protect the children, devices, and interfaces lists. |
49 | * @class - pointer back to the struct class that this structure is associated | 48 | * @class - pointer back to the struct class that this structure is associated |
50 | * with. | 49 | * with. |