linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anton Ivanov <anton.ivanov@cambridgegreys.com>
To: Krzysztof Kozlowski <krzk@kernel.org>, linux-kernel@vger.kernel.org
Cc: Jeff Dike <jdike@addtoit.com>,
	Richard Weinberger <richard@nod.at>,
	linux-um@lists.infradead.org
Subject: Re: [PATCH] um: Fix Kconfig indentation
Date: Wed, 20 Nov 2019 14:23:49 +0000	[thread overview]
Message-ID: <0c2c2d49-563d-d7bd-bb01-26156ef8f398@cambridgegreys.com> (raw)
In-Reply-To: <20191120133654.11838-1-krzk@kernel.org>



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/

      reply	other threads:[~2019-11-20 14:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-20 13:36 [PATCH] um: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-20 14:23 ` Anton Ivanov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0c2c2d49-563d-d7bd-bb01-26156ef8f398@cambridgegreys.com \
    --to=anton.ivanov@cambridgegreys.com \
    --cc=jdike@addtoit.com \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-um@lists.infradead.org \
    --cc=richard@nod.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).