alistair23-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 MIPS: introduce MIPS_L1_CACHE_SHIFT_<N> 2014-01-24 22:39:55 +01:00
Makefile MIPS: MT: Remove SMTC support 2014-05-24 00:07:01 +02:00
msp_elb.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_eth.c MIPS: MSP71xx: Remove checks for two macros 2014-05-23 15:12:39 +02:00
msp_hwbutton.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_irq.c MIPS: MSP71xx: Remove compilation error when CONFIG_MIPS_MT is present 2014-10-22 23:16:55 +02:00
msp_irq_cic.c MIPS: MSP71xx: Fix build error 2014-10-24 02:37:18 +02:00
msp_irq_per.c MIPS: MT: Remove SMTC support 2014-05-24 00:07:01 +02:00
msp_irq_slp.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_pci.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_prom.c MIPS: Remove useless parentheses 2014-11-24 07:44:49 +01:00
msp_serial.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_setup.c MIPS: MT: Remove SMTC support 2014-05-24 00:07:01 +02:00
msp_smp.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_time.c MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code 2013-07-14 19:36:51 -04:00
msp_usb.c MIPS: MSP71xx: Remove checks for two macros 2014-05-23 15:12:39 +02:00
Platform MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00