mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 14:54:20 -04:00
[PATCH] s/;;/;/g
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
29afd49b72
commit
53b3531bbb
@@ -85,7 +85,7 @@ void mainstone_leds_event(led_event_t evt)
|
||||
break;
|
||||
|
||||
case led_green_on:
|
||||
hw_led_state |= D21;;
|
||||
hw_led_state |= D21;
|
||||
break;
|
||||
|
||||
case led_green_off:
|
||||
@@ -93,7 +93,7 @@ void mainstone_leds_event(led_event_t evt)
|
||||
break;
|
||||
|
||||
case led_amber_on:
|
||||
hw_led_state |= D22;;
|
||||
hw_led_state |= D22;
|
||||
break;
|
||||
|
||||
case led_amber_off:
|
||||
@@ -101,7 +101,7 @@ void mainstone_leds_event(led_event_t evt)
|
||||
break;
|
||||
|
||||
case led_red_on:
|
||||
hw_led_state |= D23;;
|
||||
hw_led_state |= D23;
|
||||
break;
|
||||
|
||||
case led_red_off:
|
||||
|
||||
@@ -146,7 +146,7 @@ void s3c24xx_set_board(struct s3c24xx_board *b)
|
||||
board = b;
|
||||
|
||||
if (b->clocks_count != 0) {
|
||||
struct clk **ptr = b->clocks;;
|
||||
struct clk **ptr = b->clocks;
|
||||
|
||||
for (i = b->clocks_count; i > 0; i--, ptr++)
|
||||
s3c24xx_register_clock(*ptr);
|
||||
|
||||
Reference in New Issue
Block a user