drm/amdgpu: fix parameter documentation for amdgpu_vm_free_pts
authorChristian König <christian.koenig@amd.com>
Sat, 15 Sep 2018 08:04:54 +0000 (10:04 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Sep 2018 17:35:01 +0000 (12:35 -0500)
The function was modified without updating the documentation.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c

index e16d57e..6904d79 100644 (file)
@@ -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.
  */