Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1132b9aa authored by Bart Westgeest's avatar Bart Westgeest Committed by Greg Kroah-Hartman
Browse files

staging: usbip: Updated comment describing VHCI_NPORTS



Updated out-of-date comment describing VHCI_NPORT

Signed-off-by: default avatarBart Westgeest <bart@elbrys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bf55b483
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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 */