From 01509915037256f6a8c63bbaf69e21ba5eff587b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 21 Jun 2016 16:08:39 -0600 Subject: [PATCH] Update some comments --- include/nuttx/syslog/syslog.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/include/nuttx/syslog/syslog.h b/include/nuttx/syslog/syslog.h index f7709261c3..fdb2794b79 100644 --- a/include/nuttx/syslog/syslog.h +++ b/include/nuttx/syslog/syslog.h @@ -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