Message ID | 20160304121057.GA4564@lkp-nhm1.intel.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
--- a/drivers/infiniband/hw/hisilicon/hns/hns_roce_eq.c +++ b/drivers/infiniband/hw/hisilicon/hns/hns_roce_eq.c @@ -289,7 +289,7 @@ static int hns_roce_aeq_int(struct hns_r HNS_ROCE_AEQE_U32_4_EVENT_TYPE_S), eq->eqn, eq->cons_index); break; - }; + } eq->cons_index++; aeqes_found = 1;
drivers/infiniband/hw/hisilicon/hns/hns_roce_eq.c:292:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Wei Hu(Xavier) <xavier.huwei@huawei.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- hns_roce_eq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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