nouveau.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Nouveau] [PATCH] drm/nouveau/clk: add missing spaces after ','
       [not found] <20230711030447.78738-1-xujianghui@cdjrlc.com>
@ 2023-07-11  3:06 ` sunran001
  0 siblings, 0 replies; only message in thread
From: sunran001 @ 2023-07-11  3:06 UTC (permalink / raw)
  To: airlied, daniel; +Cc: nouveau, linux-kernel, dri-devel

Add missing spaces to clear checkpatch errors.

ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: Ran Sun <sunran001@208suo.com>
---
  drivers/gpu/drm/nouveau/nvkm/subdev/clk/seq.h | 18 +++++++++---------
  1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/seq.h 
b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/seq.h
index e4b362d3449b..67c7b3e495fb 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/seq.h
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/seq.h
@@ -3,13 +3,13 @@
  #define __NVKM_CLK_SEQ_H__
  #include <subdev/bus/hwsq.h>

-#define clk_init(s,p)       hwsq_init(&(s)->base, (p))
-#define clk_exec(s,e)       hwsq_exec(&(s)->base, (e))
-#define clk_have(s,r)       ((s)->r_##r.addr != 0x000000)
-#define clk_rd32(s,r)       hwsq_rd32(&(s)->base, &(s)->r_##r)
-#define clk_wr32(s,r,d)     hwsq_wr32(&(s)->base, &(s)->r_##r, (d))
-#define clk_mask(s,r,m,d)   hwsq_mask(&(s)->base, &(s)->r_##r, (m), 
(d))
-#define clk_setf(s,f,d)     hwsq_setf(&(s)->base, (f), (d))
-#define clk_wait(s,f,d)     hwsq_wait(&(s)->base, (f), (d))
-#define clk_nsec(s,n)       hwsq_nsec(&(s)->base, (n))
+#define clk_init(s, p)       hwsq_init(&(s)->base, (p))
+#define clk_exec(s, e)       hwsq_exec(&(s)->base, (e))
+#define clk_have(s, r)       ((s)->r_##r.addr != 0x000000)
+#define clk_rd32(s, r)       hwsq_rd32(&(s)->base, &(s)->r_##r)
+#define clk_wr32(s, r, d)     hwsq_wr32(&(s)->base, &(s)->r_##r, (d))
+#define clk_mask(s, r, m, d)   hwsq_mask(&(s)->base, &(s)->r_##r, (m), 
(d))
+#define clk_setf(s, f, d)     hwsq_setf(&(s)->base, (f), (d))
+#define clk_wait(s, f, d)     hwsq_wait(&(s)->base, (f), (d))
+#define clk_nsec(s, n)       hwsq_nsec(&(s)->base, (n))
  #endif

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230711030447.78738-1-xujianghui@cdjrlc.com>
2023-07-11  3:06 ` [Nouveau] [PATCH] drm/nouveau/clk: 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).