OSDN Git Service

drm/amdgpu: Add function parameter 'event' to kdoc in svm_range_evict()
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Wed, 31 May 2023 18:03:35 +0000 (23:33 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 16:33:58 +0000 (12:33 -0400)
commit16cc3a221537bb3588ec2a568d7bd0e7972b25a8
tree319f40aad1e49b65848b15fc0cbd827337c5fc59
parent2e9fee9b8e0e10fb9a4cba3ace607cebf7021bc1
drm/amdgpu: Add function parameter 'event' to kdoc in svm_range_evict()

Fixes the following gcc with W=1:

drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:1841: warning: Function parameter or member 'event' not described in 'svm_range_evict'

Cc: Felix Kuehling <Felix.Kuehling@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_svm.c