This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 51af06243f20756b7c6e3bf5fd7fc132c82fb854 Author: Yoshinori Sugino <ysgn0...@gmail.com> AuthorDate: Thu Oct 29 15:11:53 2020 +0900 include/nuttx/serial/serial.h: Fix nxstyle errors --- include/nuttx/serial/serial.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/nuttx/serial/serial.h b/include/nuttx/serial/serial.h index 3a34d20..147c5c2 100644 --- a/include/nuttx/serial/serial.h +++ b/include/nuttx/serial/serial.h @@ -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. * ************************************************************************************/