mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] openrisc: Fix Kconfig indentation
@ 2019-11-20 13:37 Krzysztof Kozlowski
  2019-11-22 11:39 ` Stafford Horne
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-20 13:37 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Jonas Bonn, Stefan Kristiansson,
	Stafford Horne, openrisc

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

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/openrisc/Kconfig | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index bf326f0edd2f..1928e061ff96 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -13,7 +13,7 @@ config OPENRISC
 	select IRQ_DOMAIN
 	select HANDLE_DOMAIN_IRQ
 	select GPIOLIB
-        select HAVE_ARCH_TRACEHOOK
+	select HAVE_ARCH_TRACEHOOK
 	select SPARSE_IRQ
 	select GENERIC_IRQ_CHIP
 	select GENERIC_IRQ_PROBE
@@ -51,12 +51,12 @@ config NO_IOPORT_MAP
 	def_bool y
 
 config TRACE_IRQFLAGS_SUPPORT
-        def_bool y
+	def_bool y
 
 # For now, use generic checksum functions
 #These can be reimplemented in assembly later if so inclined
 config GENERIC_CSUM
-        def_bool y
+	def_bool y
 
 config STACKTRACE_SUPPORT
 	def_bool y
@@ -89,8 +89,8 @@ config DCACHE_WRITETHROUGH
 	  If unsure say N here
 
 config OPENRISC_BUILTIN_DTB
-        string "Builtin DTB"
-        default ""
+	string "Builtin DTB"
+	default ""
 
 menu "Class II Instructions"
 
@@ -161,13 +161,13 @@ config OPENRISC_HAVE_SHADOW_GPRS
 	  On a unicore system it's safe to say N here if you are unsure.
 
 config CMDLINE
-        string "Default kernel command string"
-        default ""
-        help
-          On some architectures there is currently no way for the boot loader
-          to pass arguments to the kernel. For these architectures, you should
-          supply some command-line options at build time by entering them
-          here.
+	string "Default kernel command string"
+	default ""
+	help
+	  On some architectures there is currently no way for the boot loader
+	  to pass arguments to the kernel. For these architectures, you should
+	  supply some command-line options at build time by entering them
+	  here.
 
 menu "Debugging options"
 
@@ -185,7 +185,7 @@ config OPENRISC_ESR_EXCEPTION_BUG_CHECK
 	default n
 	help
 	  This option enables some checks that might expose some problems
-          in kernel.
+	  in kernel.
 
 	  Say N if you are unsure.
 
-- 
2.17.1


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

* Re: [PATCH] openrisc: Fix Kconfig indentation
  2019-11-20 13:37 [PATCH] openrisc: Fix Kconfig indentation Krzysztof Kozlowski
@ 2019-11-22 11:39 ` Stafford Horne
  0 siblings, 0 replies; 2+ messages in thread
From: Stafford Horne @ 2019-11-22 11:39 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Jonas Bonn, Stefan Kristiansson, openrisc

On Wed, Nov 20, 2019 at 09:37:12PM +0800, Krzysztof Kozlowski wrote:
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
> 	$ sed -e 's/^        /\t/' -i */Kconfig
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Acked-by: Stafford Horne <shorne@gmail.com>

Thanks, I must have forgot to hit the TAB button on a few of these.  I will
queue these up for the next release unless you have a queue you want to merge
them on.

-Stafford

> ---
>  arch/openrisc/Kconfig | 26 +++++++++++++-------------
>  1 file changed, 13 insertions(+), 13 deletions(-)
> 
> diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
> index bf326f0edd2f..1928e061ff96 100644
> --- a/arch/openrisc/Kconfig
> +++ b/arch/openrisc/Kconfig
> @@ -13,7 +13,7 @@ config OPENRISC
>  	select IRQ_DOMAIN
>  	select HANDLE_DOMAIN_IRQ
>  	select GPIOLIB
> -        select HAVE_ARCH_TRACEHOOK
> +	select HAVE_ARCH_TRACEHOOK
>  	select SPARSE_IRQ
>  	select GENERIC_IRQ_CHIP
>  	select GENERIC_IRQ_PROBE
> @@ -51,12 +51,12 @@ config NO_IOPORT_MAP
>  	def_bool y
>  
>  config TRACE_IRQFLAGS_SUPPORT
> -        def_bool y
> +	def_bool y
>  
>  # For now, use generic checksum functions
>  #These can be reimplemented in assembly later if so inclined
>  config GENERIC_CSUM
> -        def_bool y
> +	def_bool y
>  
>  config STACKTRACE_SUPPORT
>  	def_bool y
> @@ -89,8 +89,8 @@ config DCACHE_WRITETHROUGH
>  	  If unsure say N here
>  
>  config OPENRISC_BUILTIN_DTB
> -        string "Builtin DTB"
> -        default ""
> +	string "Builtin DTB"
> +	default ""
>  
>  menu "Class II Instructions"
>  
> @@ -161,13 +161,13 @@ config OPENRISC_HAVE_SHADOW_GPRS
>  	  On a unicore system it's safe to say N here if you are unsure.
>  
>  config CMDLINE
> -        string "Default kernel command string"
> -        default ""
> -        help
> -          On some architectures there is currently no way for the boot loader
> -          to pass arguments to the kernel. For these architectures, you should
> -          supply some command-line options at build time by entering them
> -          here.
> +	string "Default kernel command string"
> +	default ""
> +	help
> +	  On some architectures there is currently no way for the boot loader
> +	  to pass arguments to the kernel. For these architectures, you should
> +	  supply some command-line options at build time by entering them
> +	  here.
>  
>  menu "Debugging options"
>  
> @@ -185,7 +185,7 @@ config OPENRISC_ESR_EXCEPTION_BUG_CHECK
>  	default n
>  	help
>  	  This option enables some checks that might expose some problems
> -          in kernel.
> +	  in kernel.
>  
>  	  Say N if you are unsure.
>  
> -- 
> 2.17.1
> 

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

end of thread, other threads:[~2019-11-22 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 13:37 [PATCH] openrisc: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-22 11:39 ` Stafford Horne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome