drivers: Fix typos reported by codespell

This commit is contained in:
Gustavo Henrique Nihei
2021-02-25 10:34:37 -03:00
committed by Xiang Xiao
parent 76acb32e29
commit 55d66f60a3
32 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -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.
*/
+1 -1
View File
@@ -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.
*