* [PATCH] drm/gpuvm: Fix kernel-doc warning for drm_gpuvm_map_req.map
@ 2025-10-15 11:17 Ankan Biswas
0 siblings, 0 replies; only message in thread
From: Ankan Biswas @ 2025-10-15 11:17 UTC (permalink / raw)
To: bbrezillon, himal.prasad.ghimiray, dakr, matt.coster, robin.clark,
matthew.brost, aliceryhl, thomas.hellstrom
Cc: maarten.lankhorst, mripard, tzimmermann, simona, skhan, khalid,
david.hunter.linux, linux-kernel, linux-kernel-mentees, dri-devel,
Ankan Biswas, Stephen Rothwell
The kernel-doc for struct drm_gpuvm_map_req.map was added as 'map_ops'
instead of 'map', leading to this warning during htmldocs build:
WARNING: include/drm/drm_gpuvm.h:1083 struct member 'map' not described in 'drm_gpuvm_map_req'
Fixes: 000a45dce7ad ("drm/gpuvm: Pass map arguments through a struct")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ankan Biswas <spyjetfayed@gmail.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.51.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-15 11:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15 11:17 [PATCH] drm/gpuvm: Fix kernel-doc warning for drm_gpuvm_map_req.map Ankan Biswas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox