git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d01410
)
MIPS: Remove useless parentheses
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 21 Oct 2014 12:12:49 +0000
(14:12 +0200)
committer
Ralf 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