diff mbox series

ARM: omap2: Kconfig: Fix indentation

Message ID 20220523063040.10991-1-juergh@canonical.com (mailing list archive)
State New, archived
Headers show
Series ARM: omap2: Kconfig: Fix indentation | expand

Commit Message

Juerg Haefliger May 23, 2022, 6:30 a.m. UTC
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.

While at it, remove an extra empty line.

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
---
 arch/arm/mach-omap2/Kconfig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Tony Lindgren June 28, 2022, 5:51 a.m. UTC | #1
* Juerg Haefliger <juerg.haefliger@canonical.com> [220523 10:23]:
> 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.
> 
> While at it, remove an extra empty line.

Thanks applying into omap-for-v5.20/soc. I updated the patch for
empty line being now an extra tab.

Tony
diff mbox series

Patch

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 02c253de9b6e..596918fd103c 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -122,7 +122,6 @@  config ARCH_OMAP2PLUS
 config OMAP_INTERCONNECT_BARRIER
 	bool
 	select ARM_HEAVY_MB
-	
 
 if ARCH_OMAP2PLUS
 
@@ -192,10 +191,10 @@  config MACH_OMAP2_TUSB6010
 	default y if MACH_NOKIA_N8X0
 
 config MACH_NOKIA_N810
-       bool
+	bool
 
 config MACH_NOKIA_N810_WIMAX
-       bool
+	bool
 
 config MACH_NOKIA_N8X0
 	bool "Nokia N800/N810"