Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Matan Barak <matanb@xxxxxxxxxxxx> Signed-off-by: Julia Lawall <julia.lawall@xxxxxxx> Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- 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; -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html