Skip to content
Commit 635c9907 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 5d01410f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment