[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20220524072656.20152-3-juergh@canonical.com>
Date: Tue, 24 May 2022 09:26:56 +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 2/2] h8300: Kconfig.cpu: 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.cpu | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu
index c30baa0499fc..172e8be0f0c3 100644
--- a/arch/h8300/Kconfig.cpu
+++ b/arch/h8300/Kconfig.cpu
@@ -26,7 +26,7 @@ config ROMKERNEL
menu "Processor type and features"
choice
-prompt "H8/300 platform"
+ prompt "H8/300 platform"
config H8300_AE3068
bool "AE-3068/69"
@@ -89,11 +89,11 @@ config H8S_SIM
endchoice
config H8300_BUILTIN_DTB
- string "Builtin DTB"
+ string "Builtin DTB"
default ""
config OFFSET
- hex "Load offset"
+ hex "Load offset"
default 0
endmenu
--
2.32.0
Powered by blists - more mailing lists