Skip to content

Commit 2aab1f9

Browse files
spyjetfayedDanilo Krummrich
authored andcommitted
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: 000a45d ("drm/gpuvm: Pass map arguments through a struct") Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Ankan Biswas <[email protected]> Signed-off-by: Danilo Krummrich <[email protected]>
1 parent 6f71937 commit 2aab1f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/drm/drm_gpuvm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ struct drm_gpuva_ops {
10781078
*/
10791079
struct drm_gpuvm_map_req {
10801080
/**
1081-
* @op_map: struct drm_gpuva_op_map
1081+
* @map: struct drm_gpuva_op_map
10821082
*/
10831083
struct drm_gpuva_op_map map;
10841084
};

0 commit comments

Comments
 (0)