nuttx: fix nxstyle issues

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2023-09-15 22:10:07 +03:00 committed by Xiang Xiao
parent e77ec6c8c6
commit dbc37a0165
7 changed files with 16 additions and 16 deletions

View File

@ -336,7 +336,7 @@ static int sam_stop(struct watchdog_lowerhalf_s *lower)
* Description:
* Reset the watchdog timer to the current timeout value, prevent any
* imminent watchdog timeouts. This is sometimes referred as "pinging"
* the atchdog timer or "petting the dog".
* the watchdog timer or "petting the dog".
*
* Input Parameters:
* lower - A pointer the publicly visible representation of the

View File

@ -1393,7 +1393,7 @@ static int esp32_interrupt(int cpuint, void *context, void *arg)
if ((enabled & UART_TX_BRK_IDLE_DONE_INT_ENA) != 0 &&
(status & UART_TX_DONE_INT_ST) != 0)
{
/* If al bytes were transmited, then we can disable the RS485
/* If all bytes were transmitted, then we can disable the RS485
* transmit (TX/nTX) pin.
*/