From: hanyu001@208suo.com
To: benh@kernel.crashing.org
Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: [PATCH] drivers: macintosh: space required after that ','
Date: Mon, 17 Jul 2023 17:11:52 +0800 [thread overview]
Message-ID: <7eb1fdadf332dccdb74bf4721b7772de@208suo.com> (raw)
In-Reply-To: <tencent_ADDBAE8EF1F902A4A64541C5ABD08C207D07@qq.com>
This patch fixes the checkpatch.pl error:
./drivers/macintosh/adbhid.c:1091: ERROR: space required after that ','
(ctx:VxV)
Signed-off-by: maqimei <2433033762@qq.com>
---
drivers/macintosh/adbhid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/macintosh/adbhid.c b/drivers/macintosh/adbhid.c
index b2fe7a3..293e72a 100644
--- a/drivers/macintosh/adbhid.c
+++ b/drivers/macintosh/adbhid.c
@@ -1088,7 +1088,7 @@ static void adbhid_input_unregister(int id)
unsigned char r1_buffer[8];
adb_request(&req, NULL, ADBREQ_SYNC | ADBREQ_REPLY, 1,
- ADB_READREG(id,1));
+ ADB_READREG(id, 1));
if (req.reply_len < 8)
pr_err("%s: bad length for reg. 1\n", __func__);
else
parent reply other threads:[~2023-07-17 9:12 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <tencent_ADDBAE8EF1F902A4A64541C5ABD08C207D07@qq.com>]
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=7eb1fdadf332dccdb74bf4721b7772de@208suo.com \
--to=hanyu001@208suo.com \
--cc=benh@kernel.crashing.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
/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;
as well as URLs for NNTP newsgroup(s).