diff options
author | Juerg Haefliger <juerg.haefliger@canonical.com> | 2023-03-15 10:11:52 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-03-27 09:54:33 +0300 |
commit | 3ea0b91d9b48124b01e30004547238afd6b5a310 (patch) | |
tree | b1b3e9a96a2a374c5e1a1edb091cac5b77489473 /arch/arm/mach-omap1 | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
ARM: omap1: 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 <juerg.haefliger@canonical.com>
Message-Id: <20230315091152.132443-1-juerg.haefliger@canonical.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index 8df9a4de0e79..cbf703f0d850 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig @@ -118,7 +118,7 @@ config MACH_OMAP_OSK depends on ARCH_OMAP16XX help TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here - if you have such a board. + if you have such a board. config MACH_OMAP_PALMTE bool "Palm Tungsten E" |