Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up.
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]> --- arch/h8300/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index c071da3..eb6854d 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 config H8300 - def_bool y + def_bool y select ARCH_32BIT_OFF_T select GENERIC_ATOMIC64 select HAVE_UID16 @@ -37,7 +37,7 @@ config NO_IOPORT_MAP def_bool y config GENERIC_CSUM - def_bool y + def_bool y config HZ int -- 1.9.1

