Re: [PATCH][next] drm/nouveau/gr/gf100: Remove second semicolon

2024-03-28 Thread Danilo Krummrich
On 3/15/24 10:09, Colin Ian King wrote: There is a statement with two semicolons. Remove the second one, it is redundant. Signed-off-by: Colin Ian King Applied, thanks! --- drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[PATCH][next] drm/nouveau/gr/gf100: Remove second semicolon

2024-03-15 Thread Colin Ian King
There is a statement with two semicolons. Remove the second one, it is redundant. Signed-off-by: Colin Ian King --- 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