nouveau.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Nouveau] [PATCH] drm/nouveau/nvkm/engine/gr/gf100: Remove unneeded semicolon
       [not found] <20230614083928.30151-1-luojianhong@cdjrlc.com>
@ 2023-06-14  8:41 ` baomingtong001
  0 siblings, 0 replies; only message in thread
From: baomingtong001 @ 2023-06-14  8:41 UTC (permalink / raw)
  To: bskeggs, kherbst, lyude, airlied, daniel; +Cc: nouveau, dri-devel

./drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:423:31-32: Unneeded 
semicolon

Signed-off-by: Mingtong Bao <baomingtong001@208suo.com>
---
  drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c 
b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
index 5f20079c3660..204516891ece 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
@@ -420,7 +420,7 @@ gf100_gr_chan_new(struct nvkm_gr *base, struct 
nvkm_fifo_chan *fifoch,
              return ret;
      } else {
          ret = nvkm_memory_map(gr->attrib_cb, 0, chan->vmm, 
chan->attrib_cb,
-                      &args, sizeof(args));;
+                      &args, sizeof(args));
          if (ret)
              return ret;
      }

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

only message in thread, other threads:[~2023-06-20 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230614083928.30151-1-luojianhong@cdjrlc.com>
2023-06-14  8:41 ` [Nouveau] [PATCH] drm/nouveau/nvkm/engine/gr/gf100: Remove unneeded semicolon baomingtong001

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