]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6475a2d77f675b8a956da70ba84c1adf067f28e3
tree0ec86a757b65444dcf85fc5a72faf0a519482aca
parent35db96e6f61dd000a38f73c7c4a405a73bfe0f60
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