linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] IB/core: fix semicolon.cocci warnings
@ 2017-06-07 20:26 Julia Lawall
  2017-06-08 14:10 ` Matan Barak
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2017-06-07 20:26 UTC (permalink / raw)
  To: Matan Barak
  Cc: kbuild-all, Leon Romanovsky, Yishai Hadas, Doug Ledford,
	Sean Hefty, Hal Rosenstock, linux-rdma, linux-kernel

Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Matan Barak <matanb@mellanox.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 uverbs_ioctl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/infiniband/core/uverbs_ioctl.c
+++ b/drivers/infiniband/core/uverbs_ioctl.c
@@ -114,7 +114,7 @@ static int uverbs_process_attr(struct ib
 		break;
 	default:
 		return -EOPNOTSUPP;
-	};
+	}

 	set_bit(attr_id, attr_array->valid_bitmap);
 	return 0;

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

* Re: [PATCH] IB/core: fix semicolon.cocci warnings
  2017-06-07 20:26 [PATCH] IB/core: fix semicolon.cocci warnings Julia Lawall
@ 2017-06-08 14:10 ` Matan Barak
  0 siblings, 0 replies; 2+ messages in thread
From: Matan Barak @ 2017-06-08 14:10 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Matan Barak, kbuild-all, Leon Romanovsky, Yishai Hadas,
	Doug Ledford, Sean Hefty, Hal Rosenstock, linux-rdma,
	Linux Kernel

On Wed, Jun 7, 2017 at 11:26 PM, Julia Lawall <julia.lawall@lip6.fr> wrote:
> Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci

Thanks. I'll fix this in the next version of this series.

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

end of thread, other threads:[~2017-06-08 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-07 20:26 [PATCH] IB/core: fix semicolon.cocci warnings Julia Lawall
2017-06-08 14:10 ` Matan Barak

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).