mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 06:18:45 -04:00
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:
committed by
Alex Deucher
parent
8f3286942f
commit
55a2d21bba
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user