kernel_optimize_test/arch/mips/sgi-ip27
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
..
ip27-berr.c
ip27-console.c
ip27-hubio.c
ip27-init.c
ip27-irq-pci.c
ip27-irq.c
ip27-klconfig.c
ip27-klnuma.c MIPS: Remove useless parentheses 2014-11-24 07:44:49 +01:00
ip27-memory.c MIPS: Remove useless parentheses 2014-11-24 07:44:49 +01:00
ip27-nmi.c
ip27-reset.c
ip27-smp.c
ip27-timer.c
ip27-xtalk.c
Kconfig
Makefile
Platform
TODO