[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220524072656.20152-2-juergh@canonical.com>
Date: Tue, 24 May 2022 09:26:55 +0200
From: Juerg Haefliger <juerg.haefliger@...onical.com>
To: ysato@...rs.sourceforge.jp, uclinux-h8-devel@...ts.sourceforge.jp
Cc: linux-kernel@...r.kernel.org,
Juerg Haefliger <juergh@...onical.com>
Subject: [PATCH 1/2] h8300: Kconfig: Fix indentation
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@...onical.com>
---
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
Powered by blists - more mailing lists