drm/nouveau/gsp: remove extraneous ; after mutex
authorColin Ian King <colin.i.king@gmail.com>
Tue, 17 Sep 2024 12:08:56 +0000 (13:08 +0100)
committerDanilo Krummrich <dakr@kernel.org>
Thu, 3 Oct 2024 21:49:40 +0000 (23:49 +0200)
commit301d194d01f3074efcf3a10eae116fcddb76788a
treedf593f9084f8c5159b72239d9c4f4a3541f3524e
parent9286a191abe2ea01b34be577e8a09a412dcbb644
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
drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h