mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix misleading comment.
MFC after: 1 week Reported by: rpaulo@
This commit is contained in:
parent
8086e9f493
commit
f880872647
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue