Skip to content

Commit

Permalink
USB: usb.h: change private: kernel-doc for new format requirement
Browse files Browse the repository at this point in the history
Use "/* private:" to mark struct members as private so that
scripts/kernel-doc will handle them correctly.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent cac85a8 commit bf92c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -1421,8 +1421,8 @@ struct usb_sg_request {
int status;
size_t bytes;

/*
* members below are private: to usbcore,
/* private:
* members below are private to usbcore,
* and are not provided for driver access!
*/
spinlock_t lock;
Expand Down

0 comments on commit bf92c19

Please sign in to comment.