Re: [PATCH 1/4] sh: Kconfig: Fix indentation

From: Sergei Shtylyov
Date: Thu May 26 2022 - 04:21:57 EST


On 5/25/22 3:40 PM, 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.
>
> While at it, remove stray spaces from seemingly empty lines.

You're also fixing some trailing spaces... that all counts up
to fixing trailing whitespace.

> Signed-off-by: Juerg Haefliger <juerg.haefliger@xxxxxxxxxxxxx>
> ---
> arch/sh/Kconfig | 24 ++++++++++++------------
> 1 file changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
> index 5f220e903e5a..fc15fd6b719e 100644
> --- a/arch/sh/Kconfig
> +++ b/arch/sh/Kconfig
[...]
> @@ -644,7 +644,7 @@ config GUSA
> This is the default implementation for both UP and non-ll/sc
> CPUs, and is used by the libc, amongst others.
>
> - For additional information, design information can be found
> + For additional information, design information can be found
> in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
>
> This should only be disabled for special cases where alternate
[...]

MBR, Sergey