linux/arch/mips/pmcs-msp71xx
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
..
Kconfig
Makefile
msp_elb.c
msp_eth.c
msp_hwbutton.c
msp_irq.c
msp_irq_cic.c
msp_irq_per.c
msp_irq_slp.c
msp_pci.c
msp_prom.c
msp_serial.c
msp_setup.c
msp_smp.c
msp_time.c
msp_usb.c
Platform