Commit 55a2d21b authored by Christian König's avatar Christian König Committed by Alex Deucher

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: default avatarChristian König <christian.koenig@amd.com>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8f328694
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment