public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] leds: gpio-leds: Fix typographics fault
@ 2009-07-02  6:12 monstr
  2009-07-02 14:55 ` Grant Likely
  0 siblings, 1 reply; 3+ messages in thread
From: monstr @ 2009-07-02  6:12 UTC (permalink / raw)
  To: linux-kernel
  Cc: raph, dbrownell, diego.dompe, rpurdie, grant.likely, Michal Simek

From: Michal Simek <monstr@monstr.eu>

Signed-off-by: Michal Simek <monstr@monstr.eu>
---
 drivers/leds/leds-gpio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c
index 6b06638..107e5ae 100644
--- a/drivers/leds/leds-gpio.c
+++ b/drivers/leds/leds-gpio.c
@@ -80,7 +80,7 @@ static int __devinit create_gpio_led(const struct gpio_led *template,
 
 	/* skip leds that aren't available */
 	if (!gpio_is_valid(template->gpio)) {
-		printk(KERN_INFO "Skipping unavilable LED gpio %d (%s)\n", 
+		printk(KERN_INFO "Skipping unavailable LED gpio %d (%s)\n", 
 				template->gpio, template->name);
 		return 0;
 	}
-- 
1.5.5.1


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

* Re: [PATCH] leds: gpio-leds: Fix typographics fault
  2009-07-02  6:12 [PATCH] leds: gpio-leds: Fix typographics fault monstr
@ 2009-07-02 14:55 ` Grant Likely
  2009-07-22  6:33   ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Likely @ 2009-07-02 14:55 UTC (permalink / raw)
  To: monstr; +Cc: linux-kernel, raph, dbrownell, diego.dompe, rpurdie

On Thu, Jul 2, 2009 at 12:12 AM, <monstr@monstr.eu> wrote:
> From: Michal Simek <monstr@monstr.eu>
>
> Signed-off-by: Michal Simek <monstr@monstr.eu>

Acked-by: Grant Likely <grant.likely@secretlab.ca>

> ---
>  drivers/leds/leds-gpio.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c
> index 6b06638..107e5ae 100644
> --- a/drivers/leds/leds-gpio.c
> +++ b/drivers/leds/leds-gpio.c
> @@ -80,7 +80,7 @@ static int __devinit create_gpio_led(const struct gpio_led *template,
>
>        /* skip leds that aren't available */
>        if (!gpio_is_valid(template->gpio)) {
> -               printk(KERN_INFO "Skipping unavilable LED gpio %d (%s)\n",
> +               printk(KERN_INFO "Skipping unavailable LED gpio %d (%s)\n",
>                                template->gpio, template->name);
>                return 0;
>        }
> --
> 1.5.5.1
>
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [PATCH] leds: gpio-leds: Fix typographics fault
  2009-07-02 14:55 ` Grant Likely
@ 2009-07-22  6:33   ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2009-07-22  6:33 UTC (permalink / raw)
  To: Grant Likely
  Cc: monstr, linux-kernel, raph, dbrownell, diego.dompe, rpurdie,
	Andrew Morton

Hi Richard and Andrew,

can you please handle this patch through your tree? Or through mm tree.

Thanks,
Michal

> On Thu, Jul 2, 2009 at 12:12 AM, <monstr@monstr.eu> wrote:
>   
>> From: Michal Simek <monstr@monstr.eu>
>>
>> Signed-off-by: Michal Simek <monstr@monstr.eu>
>>     
>
> Acked-by: Grant Likely <grant.likely@secretlab.ca>
>
>   
>> ---
>>  drivers/leds/leds-gpio.c |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c
>> index 6b06638..107e5ae 100644
>> --- a/drivers/leds/leds-gpio.c
>> +++ b/drivers/leds/leds-gpio.c
>> @@ -80,7 +80,7 @@ static int __devinit create_gpio_led(const struct gpio_led *template,
>>
>>        /* skip leds that aren't available */
>>        if (!gpio_is_valid(template->gpio)) {
>> -               printk(KERN_INFO "Skipping unavilable LED gpio %d (%s)\n",
>> +               printk(KERN_INFO "Skipping unavailable LED gpio %d (%s)\n",
>>                                template->gpio, template->name);
>>                return 0;
>>        }
>> --
>> 1.5.5.1
>>
>>
>>     
>
>
>
>   


-- 
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663


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

end of thread, other threads:[~2009-07-22  6:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02  6:12 [PATCH] leds: gpio-leds: Fix typographics fault monstr
2009-07-02 14:55 ` Grant Likely
2009-07-22  6:33   ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox