aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/leds-osk.c
diff options
context:
space:
mode:
authorDavid Cohen <david.cohen@indt.org.br>2007-12-13 22:27:15 -0400
committerTony Lindgren <tony@atomide.com>2008-02-08 10:38:00 -0800
commit6e2d4107245cc0411959e91d7a1613e15097f117 (patch)
tree36de41b7a938e19cbbf09aa80b38ca2d6b1dd5b3 /arch/arm/mach-omap1/leds-osk.c
parentARM: OMAP1: Make omap1 boards to use omap_nand_platform_data (diff)
downloadlinux-dev-6e2d4107245cc0411959e91d7a1613e15097f117.tar.xz
linux-dev-6e2d4107245cc0411959e91d7a1613e15097f117.zip
ARM: OMAP1: Change the comments to C style
Change the comments to C style Signed-off-by: David Cohen <david.cohen@indt.org.br> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/leds-osk.c')
-rw-r--r--arch/arm/mach-omap1/leds-osk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/leds-osk.c b/arch/arm/mach-omap1/leds-osk.c
index 6939d5e7569a..026685ed461a 100644
--- a/arch/arm/mach-omap1/leds-osk.c
+++ b/arch/arm/mach-omap1/leds-osk.c
@@ -82,7 +82,7 @@ static void mistral_setled(void)
red = 1;
else if (hw_led_state & IDLE_LED)
green = 1;
- // else both sides are disabled
+ /* else both sides are disabled */
omap_set_gpio_dataout(GPIO_LED_GREEN, green);
omap_set_gpio_dataout(GPIO_LED_RED, red);
@@ -112,7 +112,7 @@ void osk_leds_event(led_event_t evt)
case led_stop:
led_state &= ~LED_STATE_ENABLED;
hw_led_state = 0;
- // NOTE: work may still be pending!!
+ /* NOTE: work may still be pending!! */
break;
case led_claim: