]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove excess function parameter description
authoryu kuai <yukuai3@huawei.com>
Thu, 19 Sep 2019 14:09:09 +0000 (22:09 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:11:00 +0000 (09:11 -0500)
commitd7bd7f4188ea978d13879d58819bd0b3522dac2a
tree5a8caf582dc3e233119e4942332ac70169ba068f
parentc42e68acd846cd9a1674f73ca0aedbae7ff63e73
drm/amdgpu: remove excess function parameter description

Fixes gcc warning:

drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c:431: warning: Excess function
parameter 'sw' description in 'vcn_v2_5_disable_clock_gating'
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c:550: warning: Excess function
parameter 'sw' description in 'vcn_v2_5_enable_clock_gating'

Fixes: cb9f6fa2b61e ("drm/amdgpu: add VCN2.5 VCPU start and stop")
Signed-off-by: yu kuai <yukuai3@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c