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
@@ -35,7 +35,7 @@ prom_startcpu(int cpunode, struct linux_prom_registers *ctable_reg, int ctx, cha
|
||||
case PROM_V3:
|
||||
ret = (*(romvec->v3_cpustart))(cpunode, (int) ctable_reg, ctx, pc);
|
||||
break;
|
||||
};
|
||||
}
|
||||
restore_current();
|
||||
spin_unlock_irqrestore(&prom_lock, flags);
|
||||
|
||||
|
Reference in New Issue
Block a user