diff --git a/include/nuttx/syslog/syslog.h b/include/nuttx/syslog/syslog.h index f7709261c37..fdb2794b79b 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