From: sunran001@208suo.com
To: mchehab@kernel.org
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] synclink_gt: add missing spaces after ','
Date: Thu, 20 Jul 2023 11:14:08 +0800 [thread overview]
Message-ID: <12a55af5478fd079690f11f6871e986f@208suo.com> (raw)
In-Reply-To: <20230720031306.1618-1-xujianghui@cdjrlc.com>
Add missing spaces to clear checkpatch errors.
ERROR: space required after that ',' (ctx:VxV)
Signed-off-by: Ran Sun <sunran001@208suo.com>
---
include/linux/synclink.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/synclink.h b/include/linux/synclink.h
index f1405b1c71ba..a1d4b9ed4342 100644
--- a/include/linux/synclink.h
+++ b/include/linux/synclink.h
@@ -31,7 +31,7 @@ struct MGSL_PARAMS32 {
unsigned char stop_bits;
unsigned char parity;
};
-#define MGSL_IOCSPARAMS32 _IOW(MGSL_MAGIC_IOC,0,struct MGSL_PARAMS32)
-#define MGSL_IOCGPARAMS32 _IOR(MGSL_MAGIC_IOC,1,struct MGSL_PARAMS32)
+#define MGSL_IOCSPARAMS32 _IOW(MGSL_MAGIC_IOC, 0, struct MGSL_PARAMS32)
+#define MGSL_IOCGPARAMS32 _IOR(MGSL_MAGIC_IOC, 1, struct MGSL_PARAMS32)
#endif
#endif /* _SYNCLINK_H_ */
parent reply other threads:[~2023-07-20 3:14 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20230720031306.1618-1-xujianghui@cdjrlc.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=12a55af5478fd079690f11f6871e986f@208suo.com \
--to=sunran001@208suo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.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
all inboxes | Powered by JetHome®