netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] net/ieee802154/6lowpan.c: Remove unecessary semicolon
@ 2012-09-18 17:10 Peter Senna Tschudin
       [not found] ` <1347988245-31413-1-git-send-email-peter.senna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 17:10 UTC (permalink / raw)
  To: alex.bluesman.smirnov
  Cc: dbaryshkov, davem, linux-zigbee-devel, netdev, linux-kernel,
	kernel-janitors, trivial, Peter Senna Tschudin

Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
---
 net/ieee802154/6lowpan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c
index d529111..6d42c17 100644
--- a/net/ieee802154/6lowpan.c
+++ b/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;
-- 
1.7.11.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-18 20:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 17:10 [PATCH 1/3] net/ieee802154/6lowpan.c: Remove unecessary semicolon Peter Senna Tschudin
     [not found] ` <1347988245-31413-1-git-send-email-peter.senna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-09-18 17:10   ` [PATCH 2/3] net/openvswitch/vport.c: " Peter Senna Tschudin
     [not found]     ` <1347988245-31413-2-git-send-email-peter.senna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-09-18 20:13       ` David Miller
2012-09-18 17:10 ` [PATCH 3/3] net/tipc/name_table.c: " Peter Senna Tschudin
2012-09-18 20:13   ` David Miller
2012-09-18 20:13 ` [PATCH 1/3] net/ieee802154/6lowpan.c: " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).