Changes to last pull request needed for conformance with coding standard

This commit is contained in:
Gregory Nutt 2016-01-09 07:27:22 -06:00
parent 70746f766f
commit 1ac6ecac87
3 changed files with 3 additions and 5 deletions

View file

@ -380,7 +380,7 @@ config ARCH_DEBUG_H
bool "debug.h" bool "debug.h"
default n default n
---help--- ---help---
The debug.h contains architecture dependent debugging primitives The debug.h contains architecture dependent debugging primitives
endmenu # Customize Header Files endmenu # Customize Header Files

2
arch

@ -1 +1 @@
Subproject commit 36626dbc796dfdda937ff197df2a9b84a425e3df Subproject commit 3fbe4f51dc531070c93821018a342cfb5d8a6c02

View file

@ -98,9 +98,7 @@
# define EXTRA_ARG # define EXTRA_ARG
#endif #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 #ifndef __arch_syslog
# define __arch_syslog syslog # define __arch_syslog syslog