From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [PATCH] infiniband: hns: fix semicolon.cocci warnings Date: Fri, 4 Mar 2016 20:10:58 +0800 Message-ID: <20160304121057.GA4564@lkp-nhm1.intel.com> References: <201603042059.A0IVxKAt%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kbuild-all@01.org, dledford@redhat.com, sean.hefty@intel.com, hal.rosenstock@gmail.com, davem@davemloft.net, jeffrey.t.kirsher@intel.com, jiri@mellanox.com, ogerlitz@mellanox.com, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, gongyangming@huawei.com, xiaokun@huawei.com, tangchaofei@huawei.com, oulijun@huawei.com, haifeng.wei@huawei.com, yisen.zhuang@huawei.com, yankejian@huawei.com, lisheng011@huawei.com, charles.chenxin@huawei.com, linuxarm@huawei.com To: "Wei Hu(Xavier)" Return-path: Content-Disposition: inline In-Reply-To: <1457080877-13456-5-git-send-email-xavier.huwei@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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) Signed-off-by: Fengguang Wu --- hns_roce_eq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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;