kernel-hacking-2024-linux-s.../arch/mips/sgi-ip22
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
..
ip22-berr.c
ip22-eisa.c
ip22-gio.c MIPS: IP22: Add missing put_device call 2014-07-30 13:27:51 +02:00
ip22-hpc.c
ip22-int.c
ip22-mc.c MIPS: Remove useless parentheses 2014-11-24 07:44:49 +01:00
ip22-nvram.c
ip22-platform.c
ip22-reset.c
ip22-setup.c
ip22-time.c
ip28-berr.c MIPS: Remove useless parentheses 2014-11-24 07:44:49 +01:00
Makefile
Platform