include/nuttx/serial/serial.h: Fix nxstyle errors

This commit is contained in:
Yoshinori Sugino 2020-10-29 15:11:53 +09:00 committed by Xiang Xiao
parent c13f869432
commit 51af06243f

View File

@ -355,7 +355,7 @@ extern "C"
#endif
/************************************************************************************
* Public Functions
* Public Function Prototypes
************************************************************************************/
/************************************************************************************
@ -387,8 +387,8 @@ void uart_xmitchars(FAR uart_dev_t *dev);
* Description:
* This function is called from the UART interrupt handler when an interrupt
* is received indicating that are bytes available to be received. This
* function will add chars to head of receive buffer. Driver read() logic will take
* characters from the tail of the buffer.
* function will add chars to head of receive buffer. Driver read() logic
* will take characters from the tail of the buffer.
*
************************************************************************************/
@ -499,8 +499,8 @@ void uart_recvchars_done(FAR uart_dev_t *dev);
* Name: uart_reset_sem
*
* Description:
* This function is called when need reset uart semaphore, this may used in kill one
* process, but this process was reading/writing with the semaphore.
* This function is called when need reset uart semaphore, this may used in
* kill one process, but this process was reading/writing with the semaphore.
*
************************************************************************************/