From: Peter Senna Tschudin Date: Tue, 18 Sep 2012 07:10:43 +0000 (+0000) Subject: net/ieee802154/6lowpan.c: Remove unecessary semicolon X-Git-Tag: v3.7-rc1~145^2~148 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4c835019a6632b9800e23d9d281b2733ed0ecbb2;p=linux-2.6-block.git net/ieee802154/6lowpan.c: Remove unecessary semicolon Found by http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin Signed-off-by: David S. Miller --- diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c index d5291113584f..6d42c17af96b 100644 --- a/net/ieee802154/6lowpan.c +++ b/net/ieee802154/6lowpan.c @@ -1256,7 +1256,7 @@ static int lowpan_device_event(struct notifier_block *unused, } unregister_netdevice_many(&del_list); - }; + } out: return NOTIFY_DONE;