[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c371fcc7-08ad-7de7-cb9a-aa316a98047c@gmail.com>
Date: Wed, 25 May 2022 21:34:09 +0300
From: Sergei Shtylyov <sergei.shtylyov@...il.com>
To: Juerg Haefliger <juerg.haefliger@...onical.com>,
ysato@...rs.sourceforge.jp, dalias@...c.org,
linux-sh@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/4] sh/boards: Kconfig: Fix indentation
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 tabs/spaces from a seemingly empty line.
That prolly counts as trailing whitespace which you're also removing
in the 1st hunk...
> Signed-off-by: Juerg Haefliger <juerg.haefliger@...onical.com>
> ---
> arch/sh/boards/Kconfig | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig
> index 83bcb6d2daca..fbdb3fbfb976 100644
> --- a/arch/sh/boards/Kconfig
> +++ b/arch/sh/boards/Kconfig
> @@ -36,7 +36,7 @@ config SH_SOLUTION_ENGINE
> select CPU_HAS_IPR_IRQ
> depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \
> CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \
> - CPU_SUBTYPE_SH7750R
> + CPU_SUBTYPE_SH7750R
> help
> Select SolutionEngine if configuring for a Hitachi SH7705, SH7709,
> SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board.
[...]
MBR, Sergey
Powered by blists - more mailing lists