lkml.org 
[lkml]   [2022]   [May]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/2] h8300: Kconfig.cpu: Fix indentation
Date
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@canonical.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
\
 
 \ /
  Last update: 2022-05-24 09:28    [W:0.141 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site