Message ID | alpine.DEB.2.20.1706072224490.2211@hadrien (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
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. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- 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;