* [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
* [PATCH 2/3] net/openvswitch/vport.c: Remove unecessary semicolon
[not found] ` <1347988245-31413-1-git-send-email-peter.senna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2012-09-18 17:10 ` Peter Senna Tschudin
[not found] ` <1347988245-31413-2-git-send-email-peter.senna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 17:10 UTC (permalink / raw)
To: jesse-l0M0P4e3n4LQT0dZR+AlfA
Cc: dev-yBygre7rU0TnMu66kgdUjQ, trivial-DgEjT+Ai2ygdnm+yROfE0A,
netdev-u79uwXL29TY76Z2rM5mHXA, Peter Senna Tschudin,
kernel-janitors-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, davem-fT/PcQaiUtIeIZ0/mPfg9Q
Found by http://coccinelle.lip6.fr/
Signed-off-by: Peter Senna Tschudin <peter.senna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
net/openvswitch/vport.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/openvswitch/vport.c b/net/openvswitch/vport.c
index 9055dd6..03779e8 100644
--- a/net/openvswitch/vport.c
+++ b/net/openvswitch/vport.c
@@ -398,7 +398,7 @@ void ovs_vport_record_error(struct vport *vport, enum vport_err_type err_type)
case VPORT_E_TX_ERROR:
vport->err_stats.tx_errors++;
break;
- };
+ }
spin_unlock(&vport->stats_lock);
}
--
1.7.11.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] net/tipc/name_table.c: Remove unecessary semicolon
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 ` Peter Senna Tschudin
2012-09-18 20:13 ` David Miller
2012-09-18 20:13 ` [PATCH 1/3] net/ieee802154/6lowpan.c: " David Miller
2 siblings, 1 reply; 6+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 17:10 UTC (permalink / raw)
To: jon.maloy
Cc: allan.stephens, davem, netdev, tipc-discussion, 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/tipc/name_table.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c
index 98975e8..4675477 100644
--- a/net/tipc/name_table.c
+++ b/net/tipc/name_table.c
@@ -783,7 +783,7 @@ static int subseq_list(struct sub_seq *sseq, char *buf, int len, u32 depth,
if (!list_is_last(&publ->zone_list, &info->zone_list))
ret += tipc_snprintf(buf + ret, len - ret,
"\n%33s", " ");
- };
+ }
ret += tipc_snprintf(buf + ret, len - ret, "\n");
return ret;
--
1.7.11.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/3] net/ieee802154/6lowpan.c: Remove unecessary semicolon
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 3/3] net/tipc/name_table.c: " Peter Senna Tschudin
@ 2012-09-18 20:13 ` David Miller
2 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2012-09-18 20:13 UTC (permalink / raw)
To: peter.senna
Cc: alex.bluesman.smirnov, dbaryshkov, linux-zigbee-devel, netdev,
linux-kernel, kernel-janitors, trivial
From: Peter Senna Tschudin <peter.senna@gmail.com>
Date: Tue, 18 Sep 2012 19:10:43 +0200
> Found by http://coccinelle.lip6.fr/
>
> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Applied.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/3] net/openvswitch/vport.c: Remove unecessary semicolon
[not found] ` <1347988245-31413-2-git-send-email-peter.senna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2012-09-18 20:13 ` David Miller
0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2012-09-18 20:13 UTC (permalink / raw)
To: peter.senna-Re5JQEeQqe8AvxtiuMwx3w
Cc: dev-yBygre7rU0TnMu66kgdUjQ, trivial-DgEjT+Ai2ygdnm+yROfE0A,
netdev-u79uwXL29TY76Z2rM5mHXA,
kernel-janitors-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
From: Peter Senna Tschudin <peter.senna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Tue, 18 Sep 2012 19:10:44 +0200
> Found by http://coccinelle.lip6.fr/
>
> Signed-off-by: Peter Senna Tschudin <peter.senna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Applied.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] net/tipc/name_table.c: Remove unecessary semicolon
2012-09-18 17:10 ` [PATCH 3/3] net/tipc/name_table.c: " Peter Senna Tschudin
@ 2012-09-18 20:13 ` David Miller
0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2012-09-18 20:13 UTC (permalink / raw)
To: peter.senna
Cc: jon.maloy, trivial, netdev, kernel-janitors, linux-kernel,
tipc-discussion, allan.stephens
From: Peter Senna Tschudin <peter.senna@gmail.com>
Date: Tue, 18 Sep 2012 19:10:45 +0200
> Found by http://coccinelle.lip6.fr/
>
> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Applied.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
^ permalink raw reply [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).