MIPS: Remove useless parentheses
authorRalf Baechle <ralf@linux-mips.org>
Tue, 21 Oct 2014 12:12:49 +0000 (14:12 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:44:49 +0000 (07:44 +0100)
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>

No differences found