Re: [PATCH][next] drm/nouveau/gsp: remove extraneous ; after mutex

2024-10-03 Thread Danilo Krummrich
On 9/17/24 2:08 PM, Colin Ian King wrote: The mutex field has two following semicolons, replace this with just one semicolon. Signed-off-by: Colin Ian King Applied to drm-misc-fixes, thanks! --- drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h | 2 +- 1 file changed, 1 insertion(+), 1 d

[PATCH][next] drm/nouveau/gsp: remove extraneous ; after mutex

2024-09-17 Thread Colin Ian King
The mutex field has two following semicolons, replace this with just one semicolon. Signed-off-by: Colin Ian King --- drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h b/drivers