mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 09:55:36 +00:00
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>
This commit is contained in:
parent
c99e76c55f
commit
9636c37843
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user