projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c99e76c
)
usb: Fix typo in `struct usb_host_interface' comment
author
Chris Rorvick
<chris@rorvick.com>
Thu, 15 Jan 2015 03:52:28 +0000
(21:52 -0600)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 25 Jan 2015 12:48:28 +0000
(20:48 +0800)
The descriptor member `bNumEndpoints' is plural.
Signed-off-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/usb.h
b/include/linux/usb.h
index f89c24a03bd9e82d2845deca47a70e9a671804a4..4add5661080adf288932480c5107ac6c1b17f05f 100644
(file)
--- a/
include/linux/usb.h
+++ b/
include/linux/usb.h
@@
-82,7
+82,7
@@
struct usb_host_interface {
int extralen;
unsigned char *extra; /* Extra descriptors */
- /* array of desc.bNumEndpoint endpoints associated with this
+ /* array of desc.bNumEndpoint
s
endpoints associated with this
* interface setting. these will be in no particular order.
*/
struct usb_host_endpoint *endpoint;