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 <christian.koenig@amd.com>
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Christian König 2022-03-25 10:22:36 +01:00 committed by Alex Deucher
parent 8f3286942f
commit 55a2d21bba
2 changed files with 2 additions and 2 deletions

View file

@ -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 {
/**

View file

@ -620,7 +620,7 @@ static int amdgpu_vm_pt_alloc(struct amdgpu_device *adev,
}
/**
* amdgpu_vm_free_table - fre one PD/PT
* amdgpu_vm_pt_free - free one PD/PT
*
* @entry: PDE to free
*/