[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241213145314.785616-1-jerrysteve1101@gmail.com>
Date: Fri, 13 Dec 2024 22:53:14 +0800
From: Jun Yan <jerrysteve1101@...il.com>
To: gregkh@...uxfoundation.org,
zaitcev@...hat.com
Cc: linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jun Yan <jerrysteve1101@...il.com>
Subject: [PATCH] USB: usblp: remove redundant semicolon
remove redundant semicolon in LPIOC_SOFT_RESET to
fix the incorrect macro expansion syntax.
Signed-off-by: Jun Yan <jerrysteve1101@...il.com>
---
drivers/usb/class/usblp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/class/usblp.c b/drivers/usb/class/usblp.c
index 5a2e43331064..0f422f6c28e9 100644
--- a/drivers/usb/class/usblp.c
+++ b/drivers/usb/class/usblp.c
@@ -87,7 +87,7 @@
/* Get two-int array: [0]=vendor ID, [1]=product ID: */
#define LPIOC_GET_VID_PID(len) _IOC(_IOC_READ, 'P', IOCNR_GET_VID_PID, len)
/* Perform class specific soft reset */
-#define LPIOC_SOFT_RESET _IOC(_IOC_NONE, 'P', IOCNR_SOFT_RESET, 0);
+#define LPIOC_SOFT_RESET _IOC(_IOC_NONE, 'P', IOCNR_SOFT_RESET, 0)
/*
* A DEVICE_ID string may include the printer's serial number.
--
2.47.1
Powered by blists - more mailing lists