Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1627686
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging: ccree: fix semicolon.cocci warnings |
| Date | 2017-04-20 19:20 +0200 |
| Message-ID | <tynUl-3h3-3@gated-at.bofh.it> (permalink) |
| References | <tynUl-3h3-1@gated-at.bofh.it> <tyka6-XM-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
drivers/staging/ccree/ssi_request_mgr.c:623:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- ssi_request_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/staging/ccree/ssi_request_mgr.c +++ b/drivers/staging/ccree/ssi_request_mgr.c @@ -620,7 +620,7 @@ static void comp_handler(unsigned long d /* Avoid race with above clear: Test completion counter once more */ request_mgr_handle->axi_completed += CC_REG_FLD_GET(CRY_KERNEL, AXIM_MON_COMP, VALUE, CC_HAL_READ_REGISTER(AXIM_MON_BASE_OFFSET)); - }; + } } /* after verifing that there is nothing to do, Unmask AXI completion interrupt */
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] staging: ccree: fix semicolon.cocci warnings kbuild test robot <lkp@intel.com> - 2017-04-20 19:20 +0200
csiph-web