2022-05-23 08:16:20

by Juerg Haefliger

[permalink] [raw]
Subject: [PATCH] ARM: ep93xx: 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 <[email protected]>
---
arch/arm/mach-ep93xx/Kconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig
index 15c68a646d51..cd94079ce095 100644
--- a/arch/arm/mach-ep93xx/Kconfig
+++ b/arch/arm/mach-ep93xx/Kconfig
@@ -121,10 +121,10 @@ config MACH_MICRO9S
Contec Micro9-Slim board.

config MACH_SIM_ONE
- bool "Support Simplemachines Sim.One board"
- help
- Say 'Y' here if you want your kernel to support the
- Simplemachines Sim.One board.
+ bool "Support Simplemachines Sim.One board"
+ help
+ Say 'Y' here if you want your kernel to support the
+ Simplemachines Sim.One board.

config MACH_SNAPPER_CL15
bool "Support Bluewater Systems Snapper CL15 Module"
--
2.32.0



2022-05-23 08:16:43

by Alexander Sverdlin

[permalink] [raw]
Subject: Re: [PATCH] ARM: ep93xx: Kconfig: Fix indentation

Hello!

On Mon, 2022-05-23 at 08:10 +0200, Juerg Haefliger wrote:
> 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 <[email protected]>

Acked-by: Alexander Sverdlin <[email protected]>

> ---
>  arch/arm/mach-ep93xx/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig
> index 15c68a646d51..cd94079ce095 100644
> --- a/arch/arm/mach-ep93xx/Kconfig
> +++ b/arch/arm/mach-ep93xx/Kconfig
> @@ -121,10 +121,10 @@ config MACH_MICRO9S
>           Contec Micro9-Slim board.
>  
>  config MACH_SIM_ONE
> -        bool "Support Simplemachines Sim.One board"
> -        help
> -          Say 'Y' here if you want your kernel to support the
> -          Simplemachines Sim.One board.
> +       bool "Support Simplemachines Sim.One board"
> +       help
> +         Say 'Y' here if you want your kernel to support the
> +         Simplemachines Sim.One board.
>  
>  config MACH_SNAPPER_CL15
>         bool "Support Bluewater Systems Snapper CL15 Module"

--
Alexander Sverdlin.