From: Bart Westgeest Date: Mon, 11 Jun 2012 20:57:30 +0000 (-0400) Subject: staging: usbip: Updated comment describing VHCI_NPORTS X-Git-Tag: firefly_0821_release~3680^2~2356^2~858 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1132b9aafa61bb589a2c09980d13c154659bdb07;p=firefly-linux-kernel-4.4.55.git staging: usbip: Updated comment describing VHCI_NPORTS Updated out-of-date comment describing VHCI_NPORT Signed-off-by: Bart Westgeest Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/usbip/vhci.h b/drivers/staging/usbip/vhci.h index 88b32981cf1f..c66b8b3f97b4 100644 --- a/drivers/staging/usbip/vhci.h +++ b/drivers/staging/usbip/vhci.h @@ -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 */