Re: [PATCH] ARM: Fix Kconfig indentation

From: Alexander Sverdlin
Date: Wed Nov 20 2019 - 13:24:05 EST


Hi Krzysztof,

for the EP93xx part,

On Wed, 20 Nov 2019 21:37:34 +0800
Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:

> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
> $ sed -e 's/^ /\t/' -i */Kconfig
>

Acked-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx>

> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---
> arch/arm/Kconfig-nommu | 10 +++++-----
> arch/arm/Kconfig.debug | 4 ++--
> arch/arm/mach-ep93xx/Kconfig | 8 ++++----
> arch/arm/mach-ixp4xx/Kconfig | 16 ++++++++--------
> arch/arm/mach-mmp/Kconfig | 2 +-
> arch/arm/mach-omap1/Kconfig | 14 +++++++-------
> arch/arm/mach-prima2/Kconfig | 6 +++---
> arch/arm/mach-s3c24xx/Kconfig | 4 ++--
> arch/arm/mach-s3c64xx/Kconfig | 6 +++---
> arch/arm/plat-samsung/Kconfig | 2 +-
> 10 files changed, 36 insertions(+), 36 deletions(-)
>

[...]

> diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig
> index f2db5fd38145..bf81dfab7f1b 100644
> --- a/arch/arm/mach-ep93xx/Kconfig
> +++ b/arch/arm/mach-ep93xx/Kconfig
> @@ -126,10 +126,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.