linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] um: Fix Kconfig indentation
@ 2019-11-20 13:36 Krzysztof Kozlowski
  2019-11-20 14:23 ` Anton Ivanov
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-20 13:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Jeff Dike, Richard Weinberger, Anton Ivanov,
	linux-um

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/um/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index fec6b4ca2b6e..2a6d04fcb3e9 100644
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -153,7 +153,7 @@ config KERNEL_STACK_ORDER
 	  It is possible to reduce the stack to 1 for 64BIT and 0 for 32BIT on
 	  older (pre-2017) CPUs. It is not recommended on newer CPUs due to the
 	  increase in the size of the state which needs to be saved when handling
-          signals.
+	  signals.
 
 config MMAPPER
 	tristate "iomem emulation driver"
-- 
2.17.1


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

* Re: [PATCH] um: Fix Kconfig indentation
  2019-11-20 13:36 [PATCH] um: Fix Kconfig indentation Krzysztof Kozlowski
@ 2019-11-20 14:23 ` Anton Ivanov
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Ivanov @ 2019-11-20 14:23 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel; +Cc: Jeff Dike, Richard Weinberger, linux-um



On 20/11/2019 13:36, 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>
> ---
>   arch/um/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/um/Kconfig b/arch/um/Kconfig
> index fec6b4ca2b6e..2a6d04fcb3e9 100644
> --- a/arch/um/Kconfig
> +++ b/arch/um/Kconfig
> @@ -153,7 +153,7 @@ config KERNEL_STACK_ORDER
>   	  It is possible to reduce the stack to 1 for 64BIT and 0 for 32BIT on
>   	  older (pre-2017) CPUs. It is not recommended on newer CPUs due to the
>   	  increase in the size of the state which needs to be saved when handling
> -          signals.
> +	  signals.
>   
>   config MMAPPER
>   	tristate "iomem emulation driver"
> 

Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.co.uk>

-- 
Anton R. Ivanov
Cambridgegreys Limited. Registered in England. Company Number 10273661
https://www.cambridgegreys.com/

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

end of thread, other threads:[~2019-11-20 14:51 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:36 [PATCH] um: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-20 14:23 ` Anton Ivanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).