Skip to content

Commit

Permalink
drm/nouveau/gsp: remove extraneous ; after mutex
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
ColinIanKing authored and Danilo Krummrich committed Oct 3, 2024
1 parent 9286a19 commit 301d194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ struct nvkm_gsp {
} *rm;

struct {
struct mutex mutex;;
struct mutex mutex;
struct idr idr;
} client_id;

Expand Down

0 comments on commit 301d194

Please sign in to comment.