summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorBart Westgeest <bart@elbrys.com>2012-06-11 20:57:30 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-12 00:06:35 (GMT)
commit1132b9aafa61bb589a2c09980d13c154659bdb07 (patch)
treed0945c97e3aa4ce6b639517fe4ab55ecfe5939be /drivers/staging/usbip
parentbf55b48371d1ca6ee64152753b359924e3cfcbcd (diff)
downloadlinux-fsl-qoriq-1132b9aafa61bb589a2c09980d13c154659bdb07.tar.xz
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>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r--drivers/staging/usbip/vhci.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/staging/usbip/vhci.h b/drivers/staging/usbip/vhci.h
index 88b3298..c66b8b3 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 */