projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac85a8
)
USB: usb.h: change private: kernel-doc for new format requirement
author
Randy Dunlap
<randy.dunlap@oracle.com>
Thu, 30 Apr 2009 04:02:49 +0000
(21:02 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 16 Jun 2009 04:44:44 +0000
(21:44 -0700)
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>
include/linux/usb.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/usb.h
b/include/linux/usb.h
index 606e0aa5bbe6ec4728b5fb1c9b039bc460d24f93..fb1f2a32ae05a9008dd0a4c85bfd52ddff5a0463 100644
(file)
--- 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;