mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Run codespell -w against all files
and fix the wrong correction
This commit is contained in:
@@ -890,7 +890,7 @@ config CDCECM_EPINTIN
|
||||
endif # !CDCECM_COMPOSITE
|
||||
|
||||
config CDCECM_EPINTIN_FSSIZE
|
||||
int "Interupt IN full speed MAXPACKET size"
|
||||
int "Interrupt IN full speed MAXPACKET size"
|
||||
default 16
|
||||
---help---
|
||||
Max package size for the interrupt IN endpoint if full speed mode.
|
||||
@@ -899,7 +899,7 @@ config CDCECM_EPINTIN_FSSIZE
|
||||
if USBDEV_DUALSPEED
|
||||
|
||||
config CDCECM_EPINTIN_HSSIZE
|
||||
int "Interupt IN high speed MAXPACKET size"
|
||||
int "Interrupt IN high speed MAXPACKET size"
|
||||
default 64
|
||||
---help---
|
||||
Max package size for the interrupt IN endpoint if high speed mode.
|
||||
|
||||
@@ -1227,7 +1227,7 @@ void usbmsc_rdcomplete(FAR struct usbdev_ep_s *ep,
|
||||
* 2. USB_REQ_SETINTERFACE, or
|
||||
* 3. USBMSC_REQ_MSRESET
|
||||
*
|
||||
* In all cases, the success reponse is a zero-length packet; the failure
|
||||
* In all cases, the success response is a zero-length packet; the failure
|
||||
* response is an EP0 stall.
|
||||
*
|
||||
* Input Parameters:
|
||||
|
||||
@@ -678,7 +678,7 @@ void usbmsc_rdcomplete(FAR struct usbdev_ep_s *ep,
|
||||
* 2. USB_REQ_SETINTERFACE, or
|
||||
* 3. USBMSC_REQ_MSRESET
|
||||
*
|
||||
* In all cases, the success reponse is a zero-length packet; the failure
|
||||
* In all cases, the success response is a zero-length packet; the failure
|
||||
* response is an EP0 stall.
|
||||
*
|
||||
* Input Parameters:
|
||||
|
||||
Reference in New Issue
Block a user