From 7e153404948a4288c337d8a8e572ec704bd053f6 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 21 Oct 2025 20:29:23 +0200 Subject: [PATCH] nouveau/drm-shim: remove double '/' in include path This is a purely cosmetic change. Reviewed-by: Eric Engestrom Reviewed-by: Yonggang Luo Part-of: --- src/nouveau/drm-shim/nouveau_noop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nouveau/drm-shim/nouveau_noop.c b/src/nouveau/drm-shim/nouveau_noop.c index 4a18eb3c6e4..c87ff52b685 100644 --- a/src/nouveau/drm-shim/nouveau_noop.c +++ b/src/nouveau/drm-shim/nouveau_noop.c @@ -31,7 +31,7 @@ #include "nouveau/nvif/cl0080.h" #include "drm-shim/drm_shim.h" #include "util/os_misc.h" -#include "util//u_math.h" +#include "util/u_math.h" #include "../../gallium/drivers/nouveau/nv_object.xml.h" bool drm_shim_driver_prefers_first_render_node = true;