aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
diff options
context:
space:
mode:
authorChris Rorvick <chris@rorvick.com>2015-01-14 21:52:28 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-25 20:48:28 +0800
commit9636c37843c9355c1ab6adcd8491186cbdc3b950 (patch)
treea5454ac2d97fff1ed1dbe09868073dc661bace4d /include/linux/usb.h
parentc99e76c55f68eaa0c307ba25803c4e59c2fca1ca (diff)
downloadlinux-9636c37843c9355c1ab6adcd8491186cbdc3b950.tar.gz
usb: Fix typo in `struct usb_host_interface' comment
The descriptor member `bNumEndpoints' is plural. Signed-off-by: Chris Rorvick <chris@rorvick.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r--include/linux/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h
index f89c24a03bd9e..4add5661080ad 100644
--- 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.bNumEndpoints endpoints associated with this
* interface setting. these will be in no particular order.
*/
struct usb_host_endpoint *endpoint;