From: Chris Rorvick Date: Thu, 15 Jan 2015 03:52:28 +0000 (-0600) Subject: usb: Fix typo in `struct usb_host_interface' comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9636c37843c9355c1ab6adcd8491186cbdc3b950;p=linux-beck.git usb: Fix typo in `struct usb_host_interface' comment The descriptor member `bNumEndpoints' is plural. Signed-off-by: Chris Rorvick Signed-off-by: Greg Kroah-Hartman --- 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;