sparc: Remove unnecessary semicolons

Semicolons are not necessary after switch/while/for/if braces
so remove them.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches
2011-06-03 14:45:23 +00:00
committed by David S. Miller
parent 9eeb08986f
commit 6cb79b3f3b
34 changed files with 65 additions and 65 deletions

View File

@ -708,7 +708,7 @@ static void sparc64_timer_setup(enum clock_event_mode mode,
case CLOCK_EVT_MODE_UNUSED:
WARN_ON(1);
break;
};
}
}
static struct clock_event_device sparc64_clockevent = {