kernel-fxtec-pro1x/arch/mips/sibyte/swarm
Ralf Baechle 635c990706 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>
2014-11-24 07:44:49 +01:00
..
Makefile
platform.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
rtc_m41t81.c MIPS: Remove useless parentheses 2014-11-24 07:44:49 +01:00
rtc_xicor1241.c MIPS: Remove useless parentheses 2014-11-24 07:44:49 +01:00
setup.c MIPS: Remove useless parentheses 2014-11-24 07:44:49 +01:00
swarm-i2c.c MIPS: Eleminate filenames from comments 2009-08-03 17:52:40 +01:00