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:
committed by
David S. Miller
parent
9eeb08986f
commit
6cb79b3f3b
@@ -340,7 +340,7 @@ void __init paging_init(void)
|
||||
prom_printf("paging_init: sparc_cpu_model = %d\n", sparc_cpu_model);
|
||||
prom_printf("paging_init: Halting...\n");
|
||||
prom_halt();
|
||||
};
|
||||
}
|
||||
|
||||
/* Initialize the protection map with non-constant, MMU dependent values. */
|
||||
protection_map[0] = PAGE_NONE;
|
||||
|
Reference in New Issue
Block a user