* [PATCH][next] drm/nouveau/gsp: remove extraneous ; after mutex
@ 2024-09-17 12:08 Colin Ian King
2024-10-03 21:55 ` Danilo Krummrich
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2024-09-17 12:08 UTC (permalink / raw)
To: Karol Herbst, Lyude Paul, Danilo Krummrich, David Airlie,
Simona Vetter, Dave Airlie, Ben Skeggs, dri-devel, nouveau
Cc: kernel-janitors, linux-kernel
The mutex field has two following semicolons, replace this with just
one semicolon.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
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/gpu/drm/nouveau/include/nvkm/subdev/gsp.h
index 9e6f39912368..a2055f2a014a 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h
@@ -210,7 +210,7 @@ struct nvkm_gsp {
} *rm;
struct {
- struct mutex mutex;;
+ struct mutex mutex;
struct idr idr;
} client_id;
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][next] drm/nouveau/gsp: remove extraneous ; after mutex
2024-09-17 12:08 [PATCH][next] drm/nouveau/gsp: remove extraneous ; after mutex Colin Ian King
@ 2024-10-03 21:55 ` Danilo Krummrich
0 siblings, 0 replies; 2+ messages in thread
From: Danilo Krummrich @ 2024-10-03 21:55 UTC (permalink / raw)
To: Colin Ian King
Cc: Karol Herbst, Lyude Paul, David Airlie, Simona Vetter,
Dave Airlie, dri-devel, nouveau, kernel-janitors, linux-kernel
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 <colin.i.king@gmail.com>
Applied to drm-misc-fixes, thanks!
> ---
> 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/gpu/drm/nouveau/include/nvkm/subdev/gsp.h
> index 9e6f39912368..a2055f2a014a 100644
> --- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h
> +++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h
> @@ -210,7 +210,7 @@ struct nvkm_gsp {
> } *rm;
>
> struct {
> - struct mutex mutex;;
> + struct mutex mutex;
> struct idr idr;
> } client_id;
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-03 21:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-17 12:08 [PATCH][next] drm/nouveau/gsp: remove extraneous ; after mutex Colin Ian King
2024-10-03 21:55 ` Danilo Krummrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®