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 *