public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: sunran001@208suo.com
To: airlied@gmail.com, daniel@ffwll.ch
Cc: dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] drm/nouveau/clk: remove spaces before ','
Date: Tue, 11 Jul 2023 10:56:53 +0800	[thread overview]
Message-ID: <74ae796ec79b9f4ca90ecdf352c110ad@208suo.com> (raw)
In-Reply-To: <20230711025534.78623-1-xujianghui@cdjrlc.com>

Remove spaces to clear checkpatch errors.

ERROR: space prohibited before that ',' (ctx:WxW)

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

diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c 
b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c
index b5f3969727a2..ce72079353e5 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c
@@ -524,13 +524,13 @@ gt215_clk = {
      .prog = gt215_clk_prog,
      .tidy = gt215_clk_tidy,
      .domains = {
-        { nv_clk_src_crystal  , 0xff },
-        { nv_clk_src_core     , 0x00, 0, "core", 1000 },
-        { nv_clk_src_shader   , 0x01, 0, "shader", 1000 },
-        { nv_clk_src_mem      , 0x02, 0, "memory", 1000 },
-        { nv_clk_src_vdec     , 0x03 },
-        { nv_clk_src_disp     , 0x04 },
-        { nv_clk_src_host     , 0x05 },
+        { nv_clk_src_crystal, 0xff },
+        { nv_clk_src_core, 0x00, 0, "core", 1000 },
+        { nv_clk_src_shader, 0x01, 0, "shader", 1000 },
+        { nv_clk_src_mem, 0x02, 0, "memory", 1000 },
+        { nv_clk_src_vdec, 0x03 },
+        { nv_clk_src_disp, 0x04 },
+        { nv_clk_src_host, 0x05 },
          { nv_clk_src_core_intm, 0x06 },
          { nv_clk_src_max }
      }

       reply	other threads:[~2023-07-11  2:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230711025534.78623-1-xujianghui@cdjrlc.com>
2023-07-11  2:56 ` sunran001 [this message]
     [not found] <20230711033246.79078-1-xujianghui@cdjrlc.com>
2023-07-11  3:34 ` [PATCH] drm/nouveau/clk: remove spaces before ',' sunran001

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=74ae796ec79b9f4ca90ecdf352c110ad@208suo.com \
    --to=sunran001@208suo.com \
    --cc=airlied@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nouveau@lists.freedesktop.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