Skip to content

Commit 301d194

Browse files
ColinIanKingDanilo Krummrich
authored andcommitted
drm/nouveau/gsp: remove extraneous ; after mutex
The mutex field has two following semicolons, replace this with just one semicolon. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Danilo Krummrich <dakr@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240917120856.1877733-1-colin.i.king@gmail.com
1 parent 9286a19 commit 301d194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/gpu/drm/nouveau/include/nvkm/subdev

drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ struct nvkm_gsp {
210210
} *rm;
211211

212212
struct {
213-
struct mutex mutex;;
213+
struct mutex mutex;
214214
struct idr idr;
215215
} client_id;
216216

0 commit comments

Comments
 (0)