From 19c6a82f8b807f0a10b2a846634cda43e1a84a55 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 19 Jun 2016 09:52:34 -0600 Subject: [PATCH] a few cosmetic changes --- drivers/syslog/Kconfig | 7 ++++--- include/nuttx/syslog/syslog.h | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/syslog/Kconfig b/drivers/syslog/Kconfig index 1d7f3d8cb2..9a48e8253d 100644 --- a/drivers/syslog/Kconfig +++ b/drivers/syslog/Kconfig @@ -5,7 +5,7 @@ comment "System Logging" -# Selected if the architecture has its own, built-in SYSLOGgin enabled +# Selected if the architecture has its own, built-in SYSLOGging enabled config ARCH_HAVE_SYSLOG bool @@ -83,8 +83,9 @@ config DRIVER_NOTE default n depends on SCHED_INSTRUMENTATION_BUFFER ---help--- - Enable building a serial driver that can be used by an application to read data - from the in-memory, scheduler instrumentatin "note" buffer. + Enable building a serial driver that can be used by an application + to read data from the in-memory, scheduler instrumentatin "note" + buffer. config SYSLOG_INTBUFFER bool "Use interrupt buffer" diff --git a/include/nuttx/syslog/syslog.h b/include/nuttx/syslog/syslog.h index 66fa5e6f41..51c3b208e4 100644 --- a/include/nuttx/syslog/syslog.h +++ b/include/nuttx/syslog/syslog.h @@ -132,6 +132,7 @@ extern "C" /**************************************************************************** * Public Function Prototypes ****************************************************************************/ + /**************************************************************************** * Name: syslog_channel *