From: Yang Li <yang.lee@linux.alibaba.com>
To: thatslyude@gmail.com, dmitry.torokhov@gmail.com
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
Yang Li <yang.lee@linux.alibaba.com>,
Abaci Robot <abaci@linux.alibaba.com>
Subject: [PATCH -next] Input: serio - Remove unneeded semicolon
Date: Tue, 22 Oct 2024 14:40:56 +0800 [thread overview]
Message-ID: <20241022064056.112575-1-yang.lee@linux.alibaba.com> (raw)
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
reply other threads:[~2024-10-22 6:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241022064056.112575-1-yang.lee@linux.alibaba.com \
--to=yang.lee@linux.alibaba.com \
--cc=abaci@linux.alibaba.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=thatslyude@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®