Skip to content

Commit 47bf28e

Browse files
jnikulaThomas Hellström
authored andcommitted
drm/xe/vm: fix xe_vm_validation_exec() kernel-doc
Fix kernel-doc warnings on xe_vm_validation_exec(): Warning: ../drivers/gpu/drm/xe/xe_vm.h:392 expecting prototype for xe_vm_set_validation_exec(). Prototype was for xe_vm_validation_exec() instead Fixes: 0131514 ("drm/xe: Pass down drm_exec context to validation") Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com> Cc: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patch.msgid.link/20260107155401.2379127-4-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com> (cherry picked from commit b3a7767) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
1 parent dc1d0ff commit 47bf28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/xe/xe_vm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ static inline void xe_vm_set_validation_exec(struct xe_vm *vm, struct drm_exec *
379379
}
380380

381381
/**
382-
* xe_vm_set_validation_exec() - Accessor to read the drm_exec object
382+
* xe_vm_validation_exec() - Accessor to read the drm_exec object
383383
* @vm: The vm we want to register a drm_exec object with.
384384
*
385385
* Return: The drm_exec object used to lock the vm's resv. The value

0 commit comments

Comments
 (0)