]> git.baikalelectronics.ru Git - kernel.git/commit
drm: amd: Fix trailing semicolons
authorLuis de Bethencourt <luisbg@kernel.org>
Wed, 17 Jan 2018 18:50:20 +0000 (18:50 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:19:03 +0000 (14:19 -0500)
commitc36f3ffd85fb71864179e9044ba624fdb262a065
tree98a64136481f576477f371f7be82392688ee4164
parent8c5c847ebcfac6198b77e40155b1beedebcd814d
drm: amd: Fix trailing semicolons

The trailing semicolon is an empty statement that does no operation.
Removing the two instances of them since they don't do anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
drivers/gpu/drm/amd/powerplay/amd_powerplay.c