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
@@ -71,7 +71,7 @@ static unsigned long get_current_freq(unsigned int cpu, unsigned long safari_cfg
|
||||
break;
|
||||
default:
|
||||
BUG();
|
||||
};
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
@@ -125,7 +125,7 @@ static void us3_set_cpu_divider_index(unsigned int cpu, unsigned int index)
|
||||
|
||||
default:
|
||||
BUG();
|
||||
};
|
||||
}
|
||||
|
||||
reg = read_safari_cfg();
|
||||
|
||||
|
Reference in New Issue
Block a user