Re: [PATCH v3 3/5] checkpatch: kconfig: enforce help text indentation

From: Joe Perches
Date: Mon Jan 04 2021 - 17:09:55 EST


On Sun, 2021-01-03 at 08:50 +0100, Nicolai Fischer wrote:
> Adds a new warning in case the indentation level of the
> first line of a Kconfig help message is not at least two spaces
> higher than the keyword itself.
> Blank lines between the message and the help keyword
> are ignored.
>
> Co-developed-by: Johannes Czekay <johannes.czekay@xxxxxx>
> Signed-off-by: Johannes Czekay <johannes.czekay@xxxxxx>
> Signed-off-by: Nicolai Fischer <nicolai.fischer@xxxxxx>
> ---
>
> Now matches indentation of two or more spaces, instead of exactly two.

No, this should match exactly 2 and warn on any other use.