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
부모 9eeb08986f
커밋 6cb79b3f3b
34개의 변경된 파일65개의 추가작업 그리고 65개의 파일을 삭제

파일 보기

@@ -53,7 +53,7 @@ void __init prom_init(struct linux_romvec *rp)
romvec->pv_romvers);
prom_halt();
break;
};
}
prom_rev = romvec->pv_plugin_revision;
prom_prev = romvec->pv_printrev;