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)
commit635c99070600ff04b4c1d5afe67f051631a8397c
tree1ce0df0757aeebf58adb202d63a1525ff16abfd6
parent5d01410fe4d92081f349b013a2e7a95429e4f2c9
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>
18 files changed:
arch/mips/bcm63xx/cpu.c
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/irq-gic.c
arch/mips/kernel/process.c
arch/mips/loongson/common/gpio.c
arch/mips/math-emu/ieee754dp.c
arch/mips/math-emu/ieee754sp.c
arch/mips/mm/sc-r5k.c
arch/mips/pci/ops-bcm63xx.c
arch/mips/pmcs-msp71xx/msp_prom.c
arch/mips/rb532/gpio.c
arch/mips/sgi-ip22/ip22-mc.c
arch/mips/sgi-ip22/ip28-berr.c
arch/mips/sgi-ip27/ip27-klnuma.c
arch/mips/sgi-ip27/ip27-memory.c
arch/mips/sibyte/swarm/rtc_m41t81.c
arch/mips/sibyte/swarm/rtc_xicor1241.c
arch/mips/sibyte/swarm/setup.c