[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190117125708.14952-1-yuehaibing@huawei.com>
Date: Thu, 17 Jan 2019 20:57:08 +0800
From: YueHaibing <yuehaibing@...wei.com>
To: <davem@...emloft.net>, <jon.maloy@...csson.com>,
<ying.xue@...driver.com>
CC: <linux-kernel@...r.kernel.org>, <netdev@...r.kernel.org>,
<tipc-discussion@...ts.sourceforge.net>,
YueHaibing <yuehaibing@...wei.com>
Subject: [PATCH net-next] tipc: remove unneeded semicolon in trace.c
Remove unneeded semicolon
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
net/tipc/trace.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/tipc/trace.c b/net/tipc/trace.c
index 9648238..265f6a2 100644
--- a/net/tipc/trace.c
+++ b/net/tipc/trace.c
@@ -111,7 +111,7 @@ int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf)
break;
default:
break;
- };
+ }
i += scnprintf(buf + i, sz - i, " | %u",
msg_src_droppable(hdr));
i += scnprintf(buf + i, sz - i, " %u",
@@ -122,7 +122,7 @@ int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf)
default:
/* need more? */
break;
- };
+ }
i += scnprintf(buf + i, sz - i, "\n");
if (!more)
--
2.7.0
Powered by blists - more mailing lists