mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
drivers: Fix typos reported by codespell
This commit is contained in:
committed by
Xiang Xiao
parent
76acb32e29
commit
55d66f60a3
@@ -1294,7 +1294,7 @@ static int usbclass_setup(FAR struct usbdevclass_driver_s *driver,
|
||||
}
|
||||
}
|
||||
#else
|
||||
/* Composite should send only one resquest for USB_REQ_SETCONFIGURATION.
|
||||
/* Composite should send only one request for USB_REQ_SETCONFIGURATION.
|
||||
* Hence ADB driver cannot submit to ep0; composite has to handle it.
|
||||
*/
|
||||
|
||||
|
||||
@@ -566,7 +566,7 @@ static uint16_t usbclass_fillrequest(FAR struct pl2303_dev_s *priv, uint8_t *req
|
||||
*
|
||||
* Description:
|
||||
* This function obtains write requests, transfers the TX data into the request,
|
||||
* and submits the requests to the USB controller. This continues untils either
|
||||
* and submits the requests to the USB controller. This continues until either
|
||||
* (1) there are no further packets available, or (2) there is not further data
|
||||
* to send.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user