]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/gpuvm: Fix kernel-doc warning for drm_gpuvm_map_req.map
authorAnkan Biswas <spyjetfayed@gmail.com>
Wed, 15 Oct 2025 15:20:57 +0000 (20:50 +0530)
committerDanilo Krummrich <dakr@kernel.org>
Wed, 15 Oct 2025 16:37:05 +0000 (18:37 +0200)
commit2aab1f993c8cb753ccb3d5b848cd758e2e87d965
tree9153a8615eeab82484bb0c20db6a955c7d3d1f6d
parent6f719373b943a955fee6fc2012aed207b65e2854
drm/gpuvm: Fix kernel-doc warning for drm_gpuvm_map_req.map

The kernel-doc for struct drm_gpuvm_map_req.map was added as '@op_map'
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>
Closes: https://lore.kernel.org/all/20250821133539.03aa298e@canb.auug.org.au/
Signed-off-by: Ankan Biswas <spyjetfayed@gmail.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
include/drm/drm_gpuvm.h