Author: hselasky
Date: Thu Jan  8 00:12:54 2015
New Revision: 276799
URL: https://svnweb.freebsd.org/changeset/base/276799

Log:
  Fix misleading comment.
  
  MFC after:    1 week
  Reported by:  rpaulo@

Modified:
  head/sys/dev/usb/controller/xhci.h

Modified: head/sys/dev/usb/controller/xhci.h
==============================================================================
--- head/sys/dev/usb/controller/xhci.h  Thu Jan  8 00:11:11 2015        
(r276798)
+++ head/sys/dev/usb/controller/xhci.h  Thu Jan  8 00:12:54 2015        
(r276799)
@@ -321,7 +321,7 @@ struct xhci_dev_endpoint_trbs {
 };
 
 #if (USB_PAGE_SIZE < 4096)
-#error "The XHCI driver needs a pagesize above 4K"
+#error "The XHCI driver needs a pagesize above or equal to 4K"
 #endif
 
 /* Define the maximum payload which we will handle in a single TRB */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to