2016-10-03 08:13:27

by Pavel Machek

[permalink] [raw]
Subject: [PATCH] ledtrig-cpu.c: fix english


Fix english spelling.

Signed-off-by: Pavel Machek <[email protected]>

index 22f0634..9719caf 100644
--- a/drivers/leds/trigger/ledtrig-cpu.c
+++ b/drivers/leds/trigger/ledtrig-cpu.c
@@ -42,7 +42,7 @@ static DEFINE_PER_CPU(struct led_trigger_cpu, cpu_trig);
* @evt: CPU event to be emitted
*
* Emit a CPU event on a CPU core, which will trigger a
- * binded LED to turn on or turn off.
+ * bound LED to turn on or turn off.
*/
void ledtrig_cpu(enum cpu_led_event ledevt)
{

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


Attachments:
(No filename) (617.00 B)
signature.asc (181.00 B)
Digital signature
Download all attachments

2016-10-03 10:16:53

by Jacek Anaszewski

[permalink] [raw]
Subject: Re: [PATCH] ledtrig-cpu.c: fix english

Hi Pavel,

On 10/03/2016 10:13 AM, Pavel Machek wrote:
>
> Fix english spelling.
>
> Signed-off-by: Pavel Machek <[email protected]>
>
> index 22f0634..9719caf 100644
> --- a/drivers/leds/trigger/ledtrig-cpu.c
> +++ b/drivers/leds/trigger/ledtrig-cpu.c
> @@ -42,7 +42,7 @@ static DEFINE_PER_CPU(struct led_trigger_cpu, cpu_trig);
> * @evt: CPU event to be emitted
> *
> * Emit a CPU event on a CPU core, which will trigger a
> - * binded LED to turn on or turn off.
> + * bound LED to turn on or turn off.
> */
> void ledtrig_cpu(enum cpu_led_event ledevt)
> {
>

Thanks for the patch.
Applied to the for-4.10 branch of linux-leds.git.

--
Best regards,
Jacek Anaszewski