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

2021-01-05 Thread Nicolai Fischer
On Tue 05.01.21 09:57, Joe Perches wrote: > On Mon, 2021-01-04 at 14:09 -0800, Joe Perches wrote: >> 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 >>> highe

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

2021-01-05 Thread Joe Perches
On Mon, 2021-01-04 at 14:09 -0800, Joe Perches wrote: > 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 betwe

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

2021-01-04 Thread Joe Perches
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-devel

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

2021-01-02 Thread Nicolai Fischer
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 Signed-off-by: Johannes Czekay Signed-off-by: