Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1669062 > unrolled thread

[PATCH] Input: fix semicolon.cocci warnings

Started bykbuild test robot <lkp@intel.com>
First post2017-06-19 15:30 +0200
Last post2017-06-19 15:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] Input: fix semicolon.cocci warnings kbuild test robot <lkp@intel.com> - 2017-06-19 15:30 +0200

#1669062 — [PATCH] Input: fix semicolon.cocci warnings

Fromkbuild test robot <lkp@intel.com>
Date2017-06-19 15:30 +0200
Subject[PATCH] Input: fix semicolon.cocci warnings
Message-ID<tU4UG-3bd-27@gated-at.bofh.it>
drivers/input/touchscreen/goodix-ts-sunrise/goodix_gtx5_update.c:752:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Wang Yafei <wangyafei@goodix.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 goodix_gtx5_update.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/input/touchscreen/goodix-ts-sunrise/goodix_gtx5_update.c
+++ b/drivers/input/touchscreen/goodix-ts-sunrise/goodix_gtx5_update.c
@@ -749,7 +749,7 @@ static int goodix_send_fw_packet(struct
 	if (r < 0) {
 		dev_err(ts_dev->dev, "Error occurred when wait ISP idle\n");
 		return r;
-	};
+	}
 
 	/* check ISP result */
 	r = goodix_isp_flash_done(ts_dev);

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web