aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2009-04-30 00:02:49 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-16 00:44:44 -0400
commitbf92c1906e4f294a48fafc15755c65af636195e0 (patch)
treecccad4fac26c32dbe0559c971e80f47e1895aa72 /include/linux/usb.h
parentcac85a8b4e8e7c51bc0ce2980bba0e35cfec5c2e (diff)
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/usb.h')
-rw-r--r--include/linux/usb.h4
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 {
1421 int status; 1421 int status;
1422 size_t bytes; 1422 size_t bytes;
1423 1423
1424 /* 1424 /* private:
1425 * members below are private: to usbcore, 1425 * members below are private to usbcore,
1426 * and are not provided for driver access! 1426 * and are not provided for driver access!
1427 */ 1427 */
1428 spinlock_t lock; 1428 spinlock_t lock;