aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/trace.c
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-01-17 07:57:08 -0500
committerDavid S. Miller <davem@davemloft.net>2019-01-18 01:04:43 -0500
commitd4fb30f6f1b1822629508e562e3228f2a44cf620 (patch)
treee8559ca6839cd92a8308f55ba1f7b0cac945908e /net/tipc/trace.c
parent8b59bfe83cf15f755024e88812e057af7341f525 (diff)
tipc: remove unneeded semicolon in trace.c
Remove unneeded semicolon Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/trace.c')
-rw-r--r--net/tipc/trace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/trace.c b/net/tipc/trace.c
index 964823841efe..265f6a26aa3d 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)
111 break; 111 break;
112 default: 112 default:
113 break; 113 break;
114 }; 114 }
115 i += scnprintf(buf + i, sz - i, " | %u", 115 i += scnprintf(buf + i, sz - i, " | %u",
116 msg_src_droppable(hdr)); 116 msg_src_droppable(hdr));
117 i += scnprintf(buf + i, sz - i, " %u", 117 i += scnprintf(buf + i, sz - i, " %u",
@@ -122,7 +122,7 @@ int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf)
122 default: 122 default:
123 /* need more? */ 123 /* need more? */
124 break; 124 break;
125 }; 125 }
126 126
127 i += scnprintf(buf + i, sz - i, "\n"); 127 i += scnprintf(buf + i, sz - i, "\n");
128 if (!more) 128 if (!more)