logging: remove superfluous default n for boolean

bool symbols implicitly default to n so
there is no need to redundant those values.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 21:21:10 +02:00 committed by Carles Cufí
commit 6367075dfe

View file

@ -108,7 +108,6 @@ config LOG_BACKEND_FORMAT_TIMESTAMP
config LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP config LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP
bool "Format timestamp in Linux format" bool "Format timestamp in Linux format"
default n
help help
This formatting is something in the middle between the pure raw format This formatting is something in the middle between the pure raw format
and the hh:mm:ss:ms,us one. It resembles the Linux's kernel format in and the hh:mm:ss:ms,us one. It resembles the Linux's kernel format in