linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/trivial] ledtrig-activity: Grammar s/a immediate/an immediate/
@ 2017-11-30 13:36 Geert Uytterhoeven
  2017-11-30 15:05 ` Pavel Machek
  2017-12-01 20:14 ` Jacek Anaszewski
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2017-11-30 13:36 UTC (permalink / raw)
  To: Jiri Kosina, Richard Purdie, Jacek Anaszewski, Pavel Machek,
	Willy Tarreau
  Cc: linux-leds, linux-kernel, Geert Uytterhoeven

Fixes: 7df4f9a9f0667ee6 ("leds: ledtrig-activity: Add a system activity LED trigger")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 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.
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH/trivial] ledtrig-activity: Grammar s/a immediate/an immediate/
  2017-11-30 13:36 [PATCH/trivial] ledtrig-activity: Grammar s/a immediate/an immediate/ Geert Uytterhoeven
@ 2017-11-30 15:05 ` Pavel Machek
  2017-12-01 20:14 ` Jacek Anaszewski
  1 sibling, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2017-11-30 15:05 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Jiri Kosina, Richard Purdie, Jacek Anaszewski, Willy Tarreau,
	linux-leds, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1304 bytes --]

On Thu 2017-11-30 14:36:41, Geert Uytterhoeven wrote:
> Fixes: 7df4f9a9f0667ee6 ("leds: ledtrig-activity: Add a system activity LED trigger")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

ACK.

Is it time we create scripts to pull all the english texts from
kernel, so that we can run them through spell / grammar checkers?

I guess "a [aeiou]" regexp over kernel would result in quite few hits.

								Pavel
> ---
>  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.

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH/trivial] ledtrig-activity: Grammar s/a immediate/an immediate/
  2017-11-30 13:36 [PATCH/trivial] ledtrig-activity: Grammar s/a immediate/an immediate/ Geert Uytterhoeven
  2017-11-30 15:05 ` Pavel Machek
@ 2017-12-01 20:14 ` Jacek Anaszewski
  2017-12-01 20:21   ` Willy Tarreau
  1 sibling, 1 reply; 4+ messages in thread
From: Jacek Anaszewski @ 2017-12-01 20:14 UTC (permalink / raw)
  To: Geert Uytterhoeven, Jiri Kosina, Richard Purdie, Pavel Machek,
	Willy Tarreau
  Cc: linux-leds, linux-kernel

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@glider.be>
> ---
>  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.

-- 
Best regards,
Jacek Anaszewski

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH/trivial] ledtrig-activity: Grammar s/a immediate/an immediate/
  2017-12-01 20:14 ` Jacek Anaszewski
@ 2017-12-01 20:21   ` Willy Tarreau
  0 siblings, 0 replies; 4+ messages in thread
From: Willy Tarreau @ 2017-12-01 20:21 UTC (permalink / raw)
  To: Jacek Anaszewski
  Cc: Geert Uytterhoeven, Jiri Kosina, Richard Purdie, Pavel Machek,
	linux-leds, linux-kernel

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@glider.be>
> > ---
> >  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-01 20:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30 13:36 [PATCH/trivial] ledtrig-activity: Grammar s/a immediate/an immediate/ Geert Uytterhoeven
2017-11-30 15:05 ` Pavel Machek
2017-12-01 20:14 ` Jacek Anaszewski
2017-12-01 20:21   ` Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).