kconfig: Change some '#Comment' comments to '# Comment'

For consistency. Newly-introduced stuff.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-11-01 16:22:49 +01:00 committed by Anas Nashif
commit 39f2281c89

View file

@ -36,7 +36,7 @@ config EXTERNAL_LIBC
help
Build with external/user provided C library.
endchoice #LIBC_IMPLEMENTATION
endchoice # LIBC_IMPLEMENTATION
if NEWLIB_LIBC
@ -76,7 +76,7 @@ config NEWLIB_LIBC_FLOAT_SCANF
Build with floating point scanf enabled. This will increase the size of
the image.
endif #NEWLIB_LIBC
endif # NEWLIB_LIBC
if MINIMAL_LIBC
@ -95,7 +95,7 @@ config MINIMAL_LIBC_LL_PRINTF
Build with long long printf enabled. This will increase the size of
the image.
endif #MINIMAL_LIBC
endif # MINIMAL_LIBC
config STDOUT_CONSOLE
bool "Send stdout to console"