All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: ep93xx: Kconfig: Fix indentation
@ 2022-05-23  6:10 ` Juerg Haefliger
  0 siblings, 0 replies; 4+ messages in thread
From: Juerg Haefliger @ 2022-05-23  6:10 UTC (permalink / raw)
  To: hsweeten, alexander.sverdlin, linux, linux-arm-kernel
  Cc: linux-kernel, Juerg Haefliger

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 <juergh@canonical.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: ep93xx: Kconfig: Fix indentation
@ 2022-05-23  6:10 ` Juerg Haefliger
  0 siblings, 0 replies; 4+ messages in thread
From: Juerg Haefliger @ 2022-05-23  6:10 UTC (permalink / raw)
  To: hsweeten, alexander.sverdlin, linux, linux-arm-kernel
  Cc: linux-kernel, Juerg Haefliger

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 <juergh@canonical.com>
---
 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: ep93xx: Kconfig: Fix indentation
  2022-05-23  6:10 ` Juerg Haefliger
@ 2022-05-23  6:41   ` Alexander Sverdlin
  -1 siblings, 0 replies; 4+ messages in thread
From: Alexander Sverdlin @ 2022-05-23  6:41 UTC (permalink / raw)
  To: Juerg Haefliger, hsweeten, linux, linux-arm-kernel
  Cc: linux-kernel, Juerg Haefliger

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 <juergh@canonical.com>

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

> ---
>  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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: ep93xx: Kconfig: Fix indentation
@ 2022-05-23  6:41   ` Alexander Sverdlin
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Sverdlin @ 2022-05-23  6:41 UTC (permalink / raw)
  To: Juerg Haefliger, hsweeten, linux, linux-arm-kernel
  Cc: linux-kernel, Juerg Haefliger

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 <juergh@canonical.com>

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

> ---
>  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.


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-23 10:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23  6:10 [PATCH] ARM: ep93xx: Kconfig: Fix indentation Juerg Haefliger
2022-05-23  6:10 ` Juerg Haefliger
2022-05-23  6:41 ` Alexander Sverdlin
2022-05-23  6:41   ` Alexander Sverdlin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.