Commit 4c835019 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by David S. Miller

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

Found by http://coccinelle.lip6.fr/Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b4516a28
......@@ -1256,7 +1256,7 @@ static int lowpan_device_event(struct notifier_block *unused,
}
unregister_netdevice_many(&del_list);
};
}
out:
return NOTIFY_DONE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment