diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-04-30 08:02:49 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-16 08:44:44 +0400 |
commit | bf92c1906e4f294a48fafc15755c65af636195e0 (patch) | |
tree | cccad4fac26c32dbe0559c971e80f47e1895aa72 | |
parent | cac85a8b4e8e7c51bc0ce2980bba0e35cfec5c2e (diff) | |
download | linux-bf92c1906e4f294a48fafc15755c65af636195e0.tar.xz |
USB: usb.h: change private: kernel-doc for new format requirement
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>
-rw-r--r-- | include/linux/usb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 606e0aa5bbe6..fb1f2a32ae05 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -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; |