From 1ac6ecac87ec6ef30587974c7c2a1f4a0bb1dfdf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 9 Jan 2016 07:27:22 -0600 Subject: [PATCH] Changes to last pull request needed for conformance with coding standard --- Kconfig | 2 +- arch | 2 +- include/debug.h | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Kconfig b/Kconfig index bc2e4316da3..09991c5e6da 100644 --- a/Kconfig +++ b/Kconfig @@ -380,7 +380,7 @@ config ARCH_DEBUG_H bool "debug.h" default n ---help--- - The debug.h contains architecture dependent debugging primitives + The debug.h contains architecture dependent debugging primitives endmenu # Customize Header Files diff --git a/arch b/arch index 36626dbc796..3fbe4f51dc5 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 36626dbc796dfdda937ff197df2a9b84a425e3df +Subproject commit 3fbe4f51dc531070c93821018a342cfb5d8a6c02 diff --git a/include/debug.h b/include/debug.h index 0f89753072f..066ba5a2d6b 100644 --- a/include/debug.h +++ b/include/debug.h @@ -98,9 +98,7 @@ # define EXTRA_ARG #endif -/* - * The actual logger function may be overridden in arch/debug.h if needed. - */ +/* The actual logger function may be overridden in arch/debug.h if needed. */ #ifndef __arch_syslog # define __arch_syslog syslog