From: Tvrtko Ursulin Date: Mon, 20 May 2024 08:18:14 +0000 (+0100) Subject: drm/amdgpu: Fix amdgpu_vm_is_bo_always_valid kerneldoc X-Git-Tag: v6.11-rc1~141^2~25^2~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c1a429217d294ade1a88eddde987a183d4d3ae4;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: Fix amdgpu_vm_is_bo_always_valid kerneldoc Align kerneldoc with the function argument name. Signed-off-by: Tvrtko Ursulin Reported-by: Stephen Rothwell Fixes: 26e20235ce00 ("drm/amdgpu: Add amdgpu_bo_is_vm_bo helper") Cc: Christian König Cc: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c index b9cca51356b12..3abfa66d72a27 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c @@ -3008,7 +3008,7 @@ void amdgpu_vm_update_fault_cache(struct amdgpu_device *adev, * amdgpu_vm_is_bo_always_valid - check if the BO is VM always valid * * @vm: VM to test against. - * @abo: BO to be tested. + * @bo: BO to be tested. * * Returns true if the BO shares the dma_resv object with the root PD and is * always guaranteed to be valid inside the VM.