dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/nouveau/flcn/qmgr: add missing spaces after ','
       [not found] <20230711060037.79553-1-xujianghui@cdjrlc.com>
@ 2023-07-11  6:02 ` sunran001
  0 siblings, 0 replies; only message in thread
From: sunran001 @ 2023-07-11  6:02 UTC (permalink / raw)
  To: airlied, daniel; +Cc: nouveau, linux-kernel, dri-devel

[-- Attachment #1: Type: text/plain, Size: 1049 bytes --]


Add missing spaces to clear checkpatch errors.

ERROR: space required before the open brace ','

Signed-off-by: Ran Sun <sunran001@208suo.com>
---
  drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.h | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.h 
b/drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.h
index 79f0da9e749f..0503183d7ca8 100644
--- a/drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.h
+++ b/drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.h
@@ -82,7 +82,7 @@ struct nvkm_falcon_msgq {
      u32 position;
  };

-#define FLCNQ_PRINTK(q,l,p,f,a...) FLCN_PRINTK((q)->qmgr->falcon, l, p, 
"%s: "f, (q)->name, ##a)
-#define FLCNQ_DBG(q,f,a...) FLCNQ_PRINTK((q), DEBUG, info, f, ##a)
-#define FLCNQ_ERR(q,f,a...) FLCNQ_PRINTK((q), ERROR, err, f, ##a)
+#define FLCNQ_PRINTK(q, l, p, f, a...) FLCN_PRINTK((q)->qmgr->falcon, 
l, p, "%s: "f, (q)->name, ##a)
+#define FLCNQ_DBG(q, f, a...) FLCNQ_PRINTK((q), DEBUG, info, f, ##a)
+#define FLCNQ_ERR(q, f, a...) FLCNQ_PRINTK((q), ERROR, err, f, ##a)
  #endif

[-- Attachment #2: Type: text/html, Size: 1487 bytes --]

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

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

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