dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Bart Westgeest 2012-06-11 16:57:30 -04:00 committed by Greg Kroah-Hartman
parent bf55b48371
commit 1132b9aafa
1 changed files with 1 additions and 6 deletions

View File

@ -71,12 +71,7 @@ struct vhci_unlink {
unsigned long unlink_seqnum;
};
/*
* The number of ports is less than 16 ?
* USB_MAXCHILDREN is statically defined to 16 in usb.h. Its maximum value
* would be 31 because the event_bits[1] of struct usb_hub is defined as
* unsigned long in hub.h
*/
/* Number of supported ports. Value has an upperbound of USB_MAXCHILDREN */
#define VHCI_NPORTS 8
/* for usb_bus.hcpriv */