projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b59bfe
)
tipc: remove unneeded semicolon in trace.c
author
YueHaibing
<yuehaibing@huawei.com>
Thu, 17 Jan 2019 12:57:08 +0000
(20:57 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 18 Jan 2019 06:04:43 +0000
(22:04 -0800)
Remove unneeded semicolon
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/trace.c
patch
|
blob
|
history
diff --git
a/net/tipc/trace.c
b/net/tipc/trace.c
index 964823841efe955187d595e87768928b1f7ee658..265f6a26aa3d08c0c84efdbc84fae0d17f846a52 100644
(file)
--- 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)