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

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