Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: usbip: Updated comment describing VHCI_NPORTS

Updated out-of-date comment describing VHCI_NPORT

Signed-off-by: Bart Westgeest <bart@elbrys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bart Westgeest and committed by
Greg Kroah-Hartman
1132b9aa bf55b483

+1 -6
+1 -6
drivers/staging/usbip/vhci.h
··· 71 71 unsigned long unlink_seqnum; 72 72 }; 73 73 74 - /* 75 - * The number of ports is less than 16 ? 76 - * USB_MAXCHILDREN is statically defined to 16 in usb.h. Its maximum value 77 - * would be 31 because the event_bits[1] of struct usb_hub is defined as 78 - * unsigned long in hub.h 79 - */ 74 + /* Number of supported ports. Value has an upperbound of USB_MAXCHILDREN */ 80 75 #define VHCI_NPORTS 8 81 76 82 77 /* for usb_bus.hcpriv */