mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Update some comments
This commit is contained in:
@@ -173,19 +173,12 @@ int syslog_channel(FAR const struct syslog_channel_s *channel);
|
||||
* as a minimum a call to syslog_channel() to use the device.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None
|
||||
* phase - One of {SYSLOG_INIT_EARLY, SYSLOG_INIT_LATE}
|
||||
*
|
||||
* Returned Value:
|
||||
* Zero (OK) is returned on success; a negated errno value is returned on
|
||||
* any failure.
|
||||
*
|
||||
* Input Parameters:
|
||||
* None
|
||||
*
|
||||
* Returned Value:
|
||||
* Zero (OK)is returned on success. A negated errno value is returned
|
||||
* on any failure.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_SYSLOG
|
||||
|
||||
Reference in New Issue
Block a user