[PATCH] net/utils: fix semicolon.cocci warnings
From: kbuild test robot <hidden>
Date: 2017-02-16 21:34:03
Also in:
linux-nvme, linux-rdma
From: kbuild test robot <hidden>
Date: 2017-02-16 21:34:03
Also in:
linux-nvme, linux-rdma
net/core/utils.c:388:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Sagi Grimberg <redacted> Signed-off-by: Fengguang Wu <redacted> --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/net/core/utils.c
+++ b/net/core/utils.c@@ -385,7 +385,7 @@ int inet_pton_with_scope(struct net *net break; default: pr_err("unexpected address family %d\n", af); - }; + } return -EINVAL; } --
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html