aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
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
parentUSB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platform (diff)
downloadwireguard-linux-9636c37843c9355c1ab6adcd8491186cbdc3b950.tar.xz
wireguard-linux-9636c37843c9355c1ab6adcd8491186cbdc3b950.zip
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')
-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 f89c24a03bd9..4add5661080a 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;