dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/atlx
Joe Perches a4b770972b drivers/net: Remove unnecessary returns from void function()s
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>
2010-05-14 00:19:28 -07:00
..
Makefile atl2: add atl2 driver 2008-09-18 11:34:52 -04:00
atl1.c drivers/net: Remove unnecessary returns from void function()s 2010-05-14 00:19:28 -07:00
atl1.h atlx: timer cleanup 2008-11-02 08:00:15 -05:00
atl2.c net: trans_start cleanups 2010-05-10 05:01:31 -07:00
atl2.h tree-wide: Assorted spelling fixes 2010-02-09 11:13:56 +01:00
atlx.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
atlx.h atlx: move modinfo data from atlx.h to atl1.c 2009-05-26 20:50:12 -07:00