From: kbuild test robot <lkp@intel.com>
To: "Wei Hu(Xavier)" <xavier.huwei@huawei.com>
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
Subject: [PATCH] infiniband: hns: fix semicolon.cocci warnings
Date: Fri, 4 Mar 2016 20:10:58 +0800 [thread overview]
Message-ID: <20160304121057.GA4564@lkp-nhm1.intel.com> (raw)
In-Reply-To: <1457080877-13456-5-git-send-email-xavier.huwei@huawei.com>
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(-)
--- 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;
prev parent reply other threads:[~2016-03-04 12:10 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-04 8:41 [PATCH 0/4] infiniband: hns: Hisilicon RoCE support Wei Hu(Xavier)
2016-03-04 8:41 ` [PATCH 1/4] net: hns: add Hisilicon RoCE support(the dependent routine) Wei Hu(Xavier)
[not found] ` <1457080877-13456-2-git-send-email-xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-06 14:25 ` Leon Romanovsky
[not found] ` <20160306142516.GE13396-2ukJVAZIZ/Y@public.gmane.org>
2016-03-09 11:20 ` oulijun
[not found] ` <1457080877-13456-1-git-send-email-xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-04 8:41 ` [PATCH 2/4] infiniband: hns: add Hisilicon RoCE support(binding) Wei Hu(Xavier)
[not found] ` <1457080877-13456-3-git-send-email-xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-04 13:51 ` Sergei Shtylyov
[not found] ` <56D992E2.3060504-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2016-03-09 10:56 ` oulijun
2016-03-06 14:19 ` [PATCH 0/4] infiniband: hns: Hisilicon RoCE support Leon Romanovsky
2016-03-04 8:41 ` [PATCH 3/4] infiniband: hns: add Hisilicon RoCE support(driver code) Wei Hu(Xavier)
2016-03-04 9:16 ` Jiri Pirko
[not found] ` <20160304091628.GB2150-6KJVSR23iU488b5SBfVpbw@public.gmane.org>
2016-03-09 11:18 ` oulijun
[not found] ` <56E0066E.1000106-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-09 11:25 ` Jiri Pirko
2016-03-04 8:41 ` [PATCH 4/4] infiniband: hns: add Hisilicon RoCE support(Kconfig) Wei Hu(Xavier)
2016-03-04 12:10 ` kbuild test robot
[not found] ` <1457080877-13456-5-git-send-email-xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-03-04 12:10 ` [PATCH] infiniband: hns: fix boolreturn.cocci warnings kbuild test robot
2016-03-06 14:29 ` [PATCH 4/4] infiniband: hns: add Hisilicon RoCE support(Kconfig) Leon Romanovsky
2016-03-09 11:23 ` oulijun
2016-03-04 12:10 ` [PATCH] infiniband: hns: fix returnvar.cocci warnings kbuild test robot
2016-03-04 12:10 ` kbuild test robot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160304121057.GA4564@lkp-nhm1.intel.com \
--to=lkp@intel.com \
--cc=charles.chenxin@huawei.com \
--cc=davem@davemloft.net \
--cc=dledford@redhat.com \
--cc=gongyangming@huawei.com \
--cc=haifeng.wei@huawei.com \
--cc=hal.rosenstock@gmail.com \
--cc=jeffrey.t.kirsher@intel.com \
--cc=jiri@mellanox.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=lisheng011@huawei.com \
--cc=netdev@vger.kernel.org \
--cc=ogerlitz@mellanox.com \
--cc=oulijun@huawei.com \
--cc=sean.hefty@intel.com \
--cc=tangchaofei@huawei.com \
--cc=xavier.huwei@huawei.com \
--cc=xiaokun@huawei.com \
--cc=yankejian@huawei.com \
--cc=yisen.zhuang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).