Skip to content

Commit

Permalink
class: fix docbook comments for class_private structure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Jul 22, 2008
1 parent d9a0157 commit 1e41250
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/base/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ struct driver_private {
* struct class_private - structure to hold the private to the driver core portions of the class structure.
*
* @class_subsys - the struct kset that defines this class. This is the main kobject
* @children - list of class_devices associated with this class
* @class_devices - list of devices associated with this class
* @class_interfaces - list of class_interfaces associated with this class
* @class_dirs -
* @class_dirs - "glue" directory for virtual devices associated with this class
* @class_sem - semaphore to protect the children, devices, and interfaces lists.
* @class - pointer back to the struct class that this structure is associated
* with.
Expand Down

0 comments on commit 1e41250

Please sign in to comment.