linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] synclink_gt: add missing spaces after ','
       [not found] <20230720031306.1618-1-xujianghui@cdjrlc.com>
@ 2023-07-20  3:14 ` sunran001
  0 siblings, 0 replies; only message in thread
From: sunran001 @ 2023-07-20  3:14 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, linux-kernel

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_ */

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

only message in thread, other threads:[~2023-07-20  3:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230720031306.1618-1-xujianghui@cdjrlc.com>
2023-07-20  3:14 ` [PATCH] synclink_gt: add missing spaces after ',' sunran001

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