fix(drivers): fix typos found by codespell

codespell components/esp_driver*
This commit is contained in:
morris
2024-03-25 14:11:33 +08:00
parent 2ee266c0d6
commit c0289ee6eb
131 changed files with 327 additions and 327 deletions
@@ -828,7 +828,7 @@ esp_err_t uart_wait_tx_idle_polling(uart_port_t uart_num);
* @brief Configure TX signal loop back to RX module, just for the test usage.
*
* @param uart_num UART number
* @param loop_back_en Set ture to enable the loop back function, else set it false.
* @param loop_back_en Set true to enable the loop back function, else set it false.
*
* * @return
* - ESP_OK on success
@@ -34,7 +34,7 @@ void uart_vfs_dev_register(void);
* @param uart_num the UART number
* @param mode line endings to send to UART
*
* @return 0 if successed, or -1
* @return 0 if succeeded, or -1
* when an error (specified by errno) have occurred.
*/
int uart_vfs_dev_port_set_rx_line_endings(int uart_num, esp_line_endings_t mode);
@@ -54,7 +54,7 @@ int uart_vfs_dev_port_set_rx_line_endings(int uart_num, esp_line_endings_t mode)
* @param uart_num the UART number
* @param mode line endings to send to UART
*
* @return 0 if successed, or -1
* @return 0 if succeeded, or -1
* when an error (specified by errno) have occurred.
*/
int uart_vfs_dev_port_set_tx_line_endings(int uart_num, esp_line_endings_t mode);