linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: macintosh: space required after that ','
       [not found] <tencent_ADDBAE8EF1F902A4A64541C5ABD08C207D07@qq.com>
@ 2023-07-17  9:11 ` hanyu001
  0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-17  9:11 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev, linux-kernel

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

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

only message in thread, other threads:[~2023-07-17  9:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <tencent_ADDBAE8EF1F902A4A64541C5ABD08C207D07@qq.com>
2023-07-17  9:11 ` [PATCH] drivers: macintosh: space required after that ',' hanyu001

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).