Skip to content

Commit

Permalink
leds: gpio-leds: fix typographics fault
Browse files Browse the repository at this point in the history
[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
  • Loading branch information
Michal Simek authored and Richard Purdie committed Sep 7, 2009
1 parent c746b55 commit 2fea092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2fea092

Please sign in to comment.