Browse Source

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>
Peter Senna Tschudin 12 years ago
parent
commit
4c835019a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/ieee802154/6lowpan.c

+ 1 - 1
net/ieee802154/6lowpan.c

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