diff options
author | Juerg Haefliger <juerg.haefliger@canonical.com> | 2022-05-23 08:30:40 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2022-06-28 08:50:20 +0300 |
commit | fe71f6e1bbffb99ef28121a22a72859fb276af04 (patch) | |
tree | 3ca97c93a218fbb099a6ee3490b8df1c65bbf555 /arch/arm/mach-omap2/Kconfig | |
parent | 942228fbf5d4901112178b93d41225be7c0dd9de (diff) | |
download | linux-fe71f6e1bbffb99ef28121a22a72859fb276af04.tar.bz2 |
ARM: OMAP2+: 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.
While at it, remove an extra tab.
Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Message-Id: <20220523063040.10991-1-juergh@canonical.com>
[tony@atomide.com: updated for extra tab]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index a8adbb4d478a..70ff1cf5c47f 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -122,7 +122,7 @@ config ARCH_OMAP2PLUS config OMAP_INTERCONNECT_BARRIER bool select ARM_HEAVY_MB - + config ARCH_OMAP bool @@ -241,10 +241,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" |