From f88087264787bb817d042aed7d9bb35814f7f632 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Thu, 8 Jan 2015 00:12:54 +0000 Subject: [PATCH] Fix misleading comment. MFC after: 1 week Reported by: rpaulo@ --- sys/dev/usb/controller/xhci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h index d0f278caffd..c7610bb35e4 100644 --- a/sys/dev/usb/controller/xhci.h +++ b/sys/dev/usb/controller/xhci.h @@ -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 */