Skip to content

Commit c60ebc5

Browse files
ColinIanKingdakr
authored andcommitted
drm/nouveau/gr/gf100: Remove second semicolon
There is a statement with two semicolons. Remove the second one, it is redundant. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Danilo Krummrich <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 2bd02f5 commit c60ebc5

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/nouveau/nvkm/engine/gr

1 file changed

+1
-1
lines changed

drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ gf100_gr_chan_new(struct nvkm_gr *base, struct nvkm_chan *fifoch,
420420
return ret;
421421
} else {
422422
ret = nvkm_memory_map(gr->attrib_cb, 0, chan->vmm, chan->attrib_cb,
423-
&args, sizeof(args));;
423+
&args, sizeof(args));
424424
if (ret)
425425
return ret;
426426
}

0 commit comments

Comments
 (0)