[PATCH -next] Input: serio - Remove unneeded semicolon

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch removes an redundant semicolon.

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

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11431
Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>
---
 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





[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux