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

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