]> asedeno.scripts.mit.edu Git - linux.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)
commit122fe39da4b43e3891ff3ab82fe70e23e2e29c08
tree98a64136481f576477f371f7be82392688ee4164
parent3fa203af4bd0c7eb09f21af34d3a68e08583feac
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