drm/amdgpu: remove excess function parameter
authorNirmoy Das <nirmoy.das@amd.com>
Fri, 30 Apr 2021 11:35:26 +0000 (13:35 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 10 May 2021 22:06:44 +0000 (18:06 -0400)
commitb617207e8001094e065f772fb35a45b015f5af4c
tree0ec86a757b65444dcf85fc5a72faf0a519482aca
parent1704ac8e439e3dcf97431e268bd64fde1874d807
drm/amdgpu: remove excess function parameter

Fix below htmldocs build warning:

"warning: Excess function parameter 'vm_context' description in 'amdgpu_vm_init'"

Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c