提交 4c835019 编写于 作者: P Peter Senna Tschudin 提交者: David S. Miller

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

Found by http://coccinelle.lip6.fr/Signed-off-by: NPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b4516a28
...@@ -1256,7 +1256,7 @@ static int lowpan_device_event(struct notifier_block *unused, ...@@ -1256,7 +1256,7 @@ static int lowpan_device_event(struct notifier_block *unused,
} }
unregister_netdevice_many(&del_list); unregister_netdevice_many(&del_list);
}; }
out: out:
return NOTIFY_DONE; return NOTIFY_DONE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册