drm/amd/amdgpu/uvd_v4_2: Add one and remove another function param description
authorLee Jones <lee.jones@linaro.org>
Mon, 23 Nov 2020 11:19:13 +0000 (11:19 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Nov 2020 17:09:53 +0000 (12:09 -0500)
commit8a0fdc729be79aad8a2eae7862e21554a09f432d
tree768a333b7c893672867f5de433b9868171228488
parent55c5e65269d24be601ac99f5e5cdeae90e637eb0
drm/amd/amdgpu/uvd_v4_2: Add one and remove another function param description

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:448: warning: Function parameter or member 'flags' not described in 'uvd_v4_2_ring_emit_fence'
 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:448: warning: Excess function parameter 'fence' description in 'uvd_v4_2_ring_emit_fence'

Acked-by: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c