Skip to content

Commit

Permalink
net/ieee802154/6lowpan.c: Remove unecessary semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Senna Tschudin authored and David S. Miller committed Sep 18, 2012
1 parent b4516a2 commit 4c83501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ieee802154/6lowpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ static int lowpan_device_event(struct notifier_block *unused,
}

unregister_netdevice_many(&del_list);
};
}

out:
return NOTIFY_DONE;
Expand Down

0 comments on commit 4c83501

Please sign in to comment.