Re: [PATCH 1/1] leds: lgm: Improve Kconfig help

From: Arnd Bergmann
Date: Thu Mar 18 2021 - 05:45:16 EST


On Thu, Mar 18, 2021 at 10:24 AM Rahul Tanwar <rtanwar@xxxxxxxxxxxxx> wrote:
>
> Hi Randy,
>
> On 18/3/2021 11:02 am, Randy Dunlap wrote:
> > This email was sent from outside of MaxLinear.
> >
> >
> > Hi,
> >
> > For the leds/blink/Kconfig file at least, something has
> > changed all of the tabs to spaces.
> >
> > Keywords in Kconfig files should be indented with one tab,
> > while help text should be indented with one tab + 2 spaces.
> >
>
>
> Hmm, facing some IT issues with git send-email so i had to send it by
> other means. I will fix it in V1 by ensuring that i send using git.

FYI, the usual convention is that 'v1' is the implied version when you
send a patch series for the first time. If you send an updated version,
you start counting at 'v2'.

Arnd