usb: Fix typo in `struct usb_host_interface' comment
authorChris Rorvick <chris@rorvick.com>
Thu, 15 Jan 2015 03:52:28 +0000 (21:52 -0600)
committerGreg 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

index f89c24a..4add566 100644 (file)
@@ -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;