linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] tipc: remove unneeded semicolon in trace.c
@ 2019-01-17 12:57 YueHaibing
  2019-01-18  6:04 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2019-01-17 12:57 UTC (permalink / raw)
  To: davem, jon.maloy, ying.xue
  Cc: linux-kernel, netdev, tipc-discussion, YueHaibing

Remove unneeded semicolon

Signed-off-by: YueHaibing <yuehaibing@huawei.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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] tipc: remove unneeded semicolon in trace.c
  2019-01-17 12:57 [PATCH net-next] tipc: remove unneeded semicolon in trace.c YueHaibing
@ 2019-01-18  6:04 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-01-18  6:04 UTC (permalink / raw)
  To: yuehaibing; +Cc: jon.maloy, ying.xue, linux-kernel, netdev, tipc-discussion

From: YueHaibing <yuehaibing@huawei.com>
Date: Thu, 17 Jan 2019 20:57:08 +0800

> Remove unneeded semicolon
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-18  6:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 12:57 [PATCH net-next] tipc: remove unneeded semicolon in trace.c YueHaibing
2019-01-18  6:04 ` 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).