]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: remove extra ; from statement, remove extra tabs
authorColin Ian King <colin.i.king@gmail.com>
Sat, 28 Feb 2026 09:59:38 +0000 (09:59 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Mar 2026 21:46:52 +0000 (16:46 -0500)
commit0e5eaa8d8d612969ef7485b68e98940c737efac3
tree198681a78df1b28351c516fb15f474cb4ad759ea
parent36a0245666882cf10ddc0576b78a33692263e417
drm/amd/display: remove extra ; from statement, remove extra tabs

There is a statement that has a ;; at the end, remove the extraneous ;
and remove extra tabs in the code block.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c