Re: [PATCH/trivial] ledtrig-activity: Grammar s/a immediate/an immediate/

From: Willy Tarreau
Date: Fri Dec 01 2017 - 15:22:02 EST


Hi guys,

On Fri, Dec 01, 2017 at 09:14:43PM +0100, Jacek Anaszewski wrote:
> Hi Geert,
>
> On 11/30/2017 02:36 PM, Geert Uytterhoeven wrote:
> > Fixes: 7df4f9a9f0667ee6 ("leds: ledtrig-activity: Add a system activity LED trigger")
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> > ---
> > drivers/leds/trigger/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/leds/trigger/Kconfig b/drivers/leds/trigger/Kconfig
> > index bb090216b4dc338d..6dac48c457d17ca5 100644
> > --- a/drivers/leds/trigger/Kconfig
> > +++ b/drivers/leds/trigger/Kconfig
> > @@ -81,7 +81,7 @@ config LEDS_TRIGGER_ACTIVITY
> > tristate "LED activity Trigger"
> > depends on LEDS_TRIGGERS
> > help
> > - This allows LEDs to be controlled by a immediate CPU usage.
> > + This allows LEDs to be controlled by an immediate CPU usage.
> > The flash frequency and duty cycle varies from faint flashes to
> > intense brightness depending on the instant CPU load.
> > If unsure, say N.
> >
>
> Applied, thanks.

Thanks for fixing this one and sorry for not having noticed this typo.

Willy