From: Christian König Date: Fri, 25 Mar 2022 09:22:36 +0000 (+0100) Subject: drm/amdgpu: fix some kerneldoc in the VM code v2 X-Git-Tag: v6.1-rc5~1171^2~22^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55a2d21bba3db088f25d124c76d8bbaa2f4f5771;p=platform%2Fkernel%2Flinux-starfive.git drm/amdgpu: fix some kerneldoc in the VM code v2 Fix two incorrect kerneldocs for the recent VM code changes. v2: fix one more typo Signed-off-by: Christian König Reported-by: kernel test robot Reported-by: Stephen Rothwell Reviewed-by: 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 683b08f..9992a73 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c @@ -89,7 +89,7 @@ struct amdgpu_prt_cb { }; /** - * amdgpu_vm_tlb_seq_cb - Helper to increment the TLB flush sequence + * struct amdgpu_vm_tlb_seq_cb - Helper to increment the TLB flush sequence */ struct amdgpu_vm_tlb_seq_cb { /** diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c index a821ada..958d7ed 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c @@ -620,7 +620,7 @@ error_free_pt: } /** - * amdgpu_vm_free_table - fre one PD/PT + * amdgpu_vm_pt_free - free one PD/PT * * @entry: PDE to free */