mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +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.
|
* as a minimum a call to syslog_channel() to use the device.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* None
|
* phase - One of {SYSLOG_INIT_EARLY, SYSLOG_INIT_LATE}
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* Zero (OK) is returned on success; a negated errno value is returned on
|
* Zero (OK) is returned on success; a negated errno value is returned on
|
||||||
* any failure.
|
* 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
|
#ifndef CONFIG_ARCH_SYSLOG
|
||||||
|
|||||||
Reference in New Issue
Block a user