[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20251004193825.1466728-1-kriish.sharma2006@gmail.com>
Date: Sat, 4 Oct 2025 19:38:25 +0000
From: Kriish Sharma <kriish.sharma2006@...il.com>
To: maarten.lankhorst@...ux.intel.com,
mripard@...nel.org,
tzimmermann@...e.de,
dakr@...nel.org,
matthew.brost@...el.com,
thomas.hellstrom@...ux.intel.com,
aliceryhl@...gle.com,
airlied@...il.com,
simona.vetter@...ll.ch
Cc: dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org,
david.hunter.linux@...il.com,
Kriish Sharma <kriish.sharma2006@...il.com>
Subject: [PATCH] gpuvm: Fix kernel-doc warning for drm_gpuvm_map_req
WARNING: ./include/drm/drm_gpuvm.h:1083 struct member 'map' not described in 'drm_gpuvm_map_req'
The struct drm_gpuvm_map_req has a member named `map`, but the
kernel-doc comment still refers to it as `@...map`. This patch
updates the documentation to match the current field name.
Signed-off-by: Kriish Sharma <kriish.sharma2006@...il.com>
---
include/drm/drm_gpuvm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_gpuvm.h b/include/drm/drm_gpuvm.h
index 8890ded1d907..476990e761f8 100644
--- a/include/drm/drm_gpuvm.h
+++ b/include/drm/drm_gpuvm.h
@@ -1078,7 +1078,7 @@ struct drm_gpuva_ops {
*/
struct drm_gpuvm_map_req {
/**
- * @op_map: struct drm_gpuva_op_map
+ * @map: struct drm_gpuva_op_map
*/
struct drm_gpuva_op_map map;
};
--
2.34.1
Powered by blists - more mailing lists