kernel-ark/arch/mips/bcm63xx
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
..
boards
clk.c
cpu.c MIPS: Remove useless parentheses 2014-11-24 07:44:49 +01:00
cs.c
dev-dsp.c
dev-enet.c MIPS: BCM63xx: Remove !RUNTIME_DETECT usage from enet code 2014-07-30 15:24:01 +02:00
dev-flash.c
dev-hsspi.c
dev-pcmcia.c
dev-rng.c
dev-spi.c MIPS: BCM63xx: Remove !RUNTIME_DETECT from spi code 2014-07-30 15:23:32 +02:00
dev-uart.c
dev-usb-usbd.c
dev-wdt.c
early_printk.c
gpio.c MIPS: BCM63xx: Remove !RUNTIME_DETECT code from gpio code 2014-07-30 15:23:06 +02:00
irq.c MIPS: BCM63xx: delete double assignment 2014-08-26 02:18:58 +02:00
Kconfig
Makefile
nvram.c
Platform
prom.c
reset.c MIPS: BCM63xx: Remove !RUNTIME_DETECT from reset code 2014-07-30 15:22:29 +02:00
setup.c
timer.c