From: Christian König Date: Sat, 15 Sep 2018 08:04:54 +0000 (+0200) Subject: drm/amdgpu: fix parameter documentation for amdgpu_vm_free_pts X-Git-Tag: Ubuntu-5.2.0-15.16~3278^2~24^2~23 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=769f846e1411a28202510b590379a1442eb3e85d;p=mirror_ubuntu-eoan-kernel.git drm/amdgpu: fix parameter documentation for amdgpu_vm_free_pts The function was modified without updating the documentation. Signed-off-by: Christian König Reviewed-by: Huang Rui 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 e16d57efe39f..6904d794d60a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c @@ -961,8 +961,7 @@ error_free_pt: * amdgpu_vm_free_pts - free PD/PT levels * * @adev: amdgpu device structure - * @parent: PD/PT starting level to free - * @level: level of parent structure + * @vm: amdgpu vm structure * * Free the page directory or page table level and all sub levels. */