]> 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)
commitfbc9ebef424f02cbc83ec45b877520047863ad74
tree5a8caf582dc3e233119e4942332ac70169ba068f
parent35e41120cc06d304cba620273bc9c07223a41f9d
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: 773c1047d084 ("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