MIPS: Remove useless parentheses
Based on the spatch @@ expression e; @@ - return (e); + return e; with heavy hand editing because some of the changes are either whitespace or identation only or result in excessivly long lines. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -81,7 +81,7 @@ static inline int __init r5k_sc_probe(void)
|
||||
unsigned long config = read_c0_config();
|
||||
|
||||
if (config & CONF_SC)
|
||||
return(0);
|
||||
return 0;
|
||||
|
||||
scache_size = (512 * 1024) << ((config & R5K_CONF_SS) >> 20);
|
||||
|
||||
|
Reference in New Issue
Block a user