mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Fix typo.
This commit is contained in:
parent
23de050b72
commit
a1a10f530c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248247
@ -1910,9 +1910,9 @@ usbd_setup_device_desc(struct usb_device *udev, struct mtx *mtx)
|
||||
break;
|
||||
|
||||
default:
|
||||
DPRINTF("Minimum MaxPacketSize is large enough "
|
||||
DPRINTF("Minimum bMaxPacketSize is large enough "
|
||||
"to hold the complete device descriptor or "
|
||||
"only once MaxPacketSize choice\n");
|
||||
"only one bMaxPacketSize choice\n");
|
||||
|
||||
/* get the full device descriptor */
|
||||
err = usbd_req_get_device_desc(udev, mtx, &udev->ddesc);
|
||||
|
Loading…
Reference in New Issue
Block a user