[PATCH 1/2] h8300: Kconfig: Fix indentation

From: Juerg Haefliger
Date: Tue May 24 2022 - 03:27:22 EST


The convention for indentation seems to be a single tab. Help text is
further indented by an additional two whitespaces. Fix the lines that
violate these rules.

Signed-off-by: Juerg Haefliger <juergh@xxxxxxxxxxxxx>
---
arch/h8300/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig
index fe48c4f26cc8..0dc57672d93e 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 ARCH_HAS_BINFMT_FLAT
select BINFMT_FLAT_ARGVP_ENVP_ON_STACK
@@ -36,7 +36,7 @@ config NO_IOPORT_MAP
def_bool y

config GENERIC_CSUM
- def_bool y
+ def_bool y

config HZ
int
--
2.32.0