]> 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)
commit27f2da014293976c0e2fd0511897a3589684f0d0
tree98a64136481f576477f371f7be82392688ee4164
parent4f57b3da35487d7cfcac58b49bea1cf561eb92f2
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