net: remove unnecessary return's
authorstephen hemminger <stephen@networkplumber.org>
Thu, 13 Feb 2014 04:51:22 +0000 (20:51 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Feb 2014 23:33:38 +0000 (18:33 -0500)
commit2045ceaed4d54e6e698874d008be727ee5b2a01c
treea481bc211dd20db90275aceab3721c7a8fb147d9
parent45f7435968363816f8fc4c6abef692808534140d
net: remove unnecessary return's

One of my pet coding style peeves is the practice of
adding extra return; at the end of function.
Kill several instances of this in network code.

I suppose some coccinelle wizardy could do this automatically.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/batman-adv/gateway_client.c
net/ceph/osd_client.c
net/core/request_sock.c
net/ipv4/route.c
net/ipv4/tcp_output.c
net/l2tp/l2tp_core.c
net/l2tp/l2tp_ppp.c
net/mac802154/mib.c
net/mac802154/rx.c
net/sctp/transport.c
net/wireless/chan.c