mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next] Input: serio - Remove unneeded semicolon
@ 2024-10-22  6:40 Yang Li
  0 siblings, 0 replies; only message in thread
From: Yang Li @ 2024-10-22  6:40 UTC (permalink / raw)
  To: thatslyude, dmitry.torokhov
  Cc: linux-input, linux-kernel, Yang Li, Abaci Robot

This patch removes an redundant semicolon.

./drivers/input/serio/userio.c:89:35-36: Unneeded semicolonReported-by:

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11431
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/input/serio/userio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/serio/userio.c b/drivers/input/serio/userio.c
index 7fbf747fb20e..7f627b08055e 100644
--- a/drivers/input/serio/userio.c
+++ b/drivers/input/serio/userio.c
@@ -86,7 +86,7 @@ static int userio_char_open(struct inode *inode, struct file *file)
 		return -ENOMEM;
 
 	userio->serio->write = userio_device_write;
-	userio->serio->port_data = userio;;
+	userio->serio->port_data = userio;
 
 	file->private_data = no_free_ptr(userio);
 
-- 
2.32.0.3.g01195cf9f


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-22  6:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-22  6:40 [PATCH -next] Input: serio - Remove unneeded semicolon Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®