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:
parent
b4516a288e
commit
4c835019a6
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user