Run codespell -w against all files

and fix the wrong correction
This commit is contained in:
Xiang Xiao
2020-02-23 02:31:14 +08:00
committed by Gregory Nutt
parent a07ad7a115
commit bd4e8e19d3
526 changed files with 883 additions and 883 deletions
+2 -2
View File
@@ -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.
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: