瀏覽代碼

staging: ccree: fix semicolon.cocci warnings

drivers/staging/ccree/ssi_request_mgr.c:623:3-4: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kbuild test robot 8 年之前
父節點
當前提交
401c31130a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/ccree/ssi_request_mgr.c

+ 1 - 1
drivers/staging/ccree/ssi_request_mgr.c

@@ -653,7 +653,7 @@ static void comp_handler(unsigned long devarg)
 			/* 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 */