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 <[email protected]> Signed-off-by: Danilo Krummrich <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 9286a19 commit 301d194

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/nouveau/include/nvkm/subdev

1 file changed

+1
-1
lines changed

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)