diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-04-29 21:02:49 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-15 21:44:44 -0700 |
commit | bf92c1906e4f294a48fafc15755c65af636195e0 (patch) | |
tree | cccad4fac26c32dbe0559c971e80f47e1895aa72 /include/linux | |
parent | cac85a8b4e8e7c51bc0ce2980bba0e35cfec5c2e (diff) | |
download | linux-3.10-bf92c1906e4f294a48fafc15755c65af636195e0.tar.gz linux-3.10-bf92c1906e4f294a48fafc15755c65af636195e0.tar.bz2 linux-3.10-bf92c1906e4f294a48fafc15755c65af636195e0.zip |
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>
Diffstat (limited to 'include/linux')
-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 606e0aa5bbe..fb1f2a32ae0 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; |