Make sure that labeling is used consistently in all function headers.

This commit is contained in:
Gregory Nutt
2018-02-01 10:00:02 -06:00
parent a096bc1266
commit 7cf88d7dbd
1171 changed files with 3042 additions and 3039 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ static void emergstream_putc(FAR struct lib_outstream_s *this, int ch)
* Initializes a stream for use with the configured emergency syslog
* interface. Only accessible from with the OS SYSLOG logic.
*
* Input parameters:
* Input Parameters:
* stream - User allocated, uninitialized instance of struct
* lib_outstream_s to be initialized.
*
+2 -2
View File
@@ -199,7 +199,7 @@ static void syslogstream_putc(FAR struct lib_outstream_s *this, int ch)
* Initializes a stream for use with the configured syslog interface.
* Only accessible from with the OS SYSLOG logic.
*
* Input parameters:
* Input Parameters:
* stream - User allocated, uninitialized instance of struct
* lib_lowoutstream_s to be initialized.
*
@@ -245,7 +245,7 @@ void syslogstream_create(FAR struct lib_syslogstream_s *stream)
* Description:
* Free resources held by the syslog stream.
*
* Input parameters:
* Input Parameters:
* stream - User allocated, uninitialized instance of struct
* lib_lowoutstream_s to be initialized.
*