From: Peter Senna Tschudin <peter.senna@gmail.com>
To: jon.maloy@ericsson.com
Cc: allan.stephens@windriver.com, davem@davemloft.net,
netdev@vger.kernel.org, tipc-discussion@lists.sourceforge.net,
linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org,
trivial@kernel.org, Peter Senna Tschudin <peter.senna@gmail.com>
Subject: [PATCH 3/3] net/tipc/name_table.c: Remove unecessary semicolon
Date: Tue, 18 Sep 2012 19:10:45 +0200 [thread overview]
Message-ID: <1347988245-31413-3-git-send-email-peter.senna@gmail.com> (raw)
In-Reply-To: <1347988245-31413-1-git-send-email-peter.senna@gmail.com>
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
next prev parent reply other threads:[~2012-09-18 17:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Peter Senna Tschudin [this message]
2012-09-18 20:13 ` [PATCH 3/3] net/tipc/name_table.c: " David Miller
2012-09-18 20:13 ` [PATCH 1/3] net/ieee802154/6lowpan.c: " David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1347988245-31413-3-git-send-email-peter.senna@gmail.com \
--to=peter.senna@gmail.com \
--cc=allan.stephens@windriver.com \
--cc=davem@davemloft.net \
--cc=jon.maloy@ericsson.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tipc-discussion@lists.sourceforge.net \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).