diff mbox

aiptek: fix semicolon.cocci warnings

Message ID 20160322163318.GA41048@lkp-nex05 (mailing list archive)
State New, archived
Headers show

Commit Message

kernel test robot March 22, 2016, 4:33 p.m. UTC
drivers/input/tablet/aiptek.c:849:54-55: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

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

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/drivers/input/tablet/aiptek.c
+++ b/drivers/input/tablet/aiptek.c
@@ -846,7 +846,7 @@  static int aiptek_open(struct input_dev
 {
 	struct aiptek *aiptek = input_get_drvdata(inputdev);
 
-	aiptek->urb->dev = interface_to_usbdev(aiptek->intf);;
+	aiptek->urb->dev = interface_to_usbdev(aiptek->intf);
 	if (usb_submit_urb(aiptek->urb, GFP_KERNEL) != 0)
 		return -EIO;