a4b770972b
This patch removes from drivers/net/ all the unnecessary return; statements that precede the last closing brace of void functions. It does not remove the returns that are immediately preceded by a label as gcc doesn't like that. It also does not remove null void functions with return. Done via: $ grep -rP --include=*.[ch] -l "return;\n}" net/ | \ xargs perl -i -e 'local $/ ; while (<>) { s/\n[ \t\n]+return;\n}/\n}/g; print; }' with some cleanups by hand. Compile tested x86 allmodconfig only. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
adapter.h | ||
ael1002.c | ||
aq100x.c | ||
common.h | ||
cxgb3_ctl_defs.h | ||
cxgb3_defs.h | ||
cxgb3_ioctl.h | ||
cxgb3_main.c | ||
cxgb3_offload.c | ||
cxgb3_offload.h | ||
firmware_exports.h | ||
l2t.c | ||
l2t.h | ||
Makefile | ||
mc5.c | ||
regs.h | ||
sge.c | ||
sge_defs.h | ||
t3_cpl.h | ||
t3_hw.c | ||
t3cdev.h | ||
version.h | ||
vsc8211.c | ||
xgmac.c |