net/ieee802154/6lowpan.c: Remove unecessary semicolon

Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Peter Senna Tschudin 2012-09-18 07:10:43 +00:00 committed by David S. Miller
parent b4516a288e
commit 4c835019a6
1 changed files with 1 additions and 1 deletions

View File

@ -1256,7 +1256,7 @@ static int lowpan_device_event(struct notifier_block *unused,
}
unregister_netdevice_many(&del_list);
};
}
out:
return NOTIFY_DONE;