]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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

index 71cfc623bc2d4fdcb8165f0f251395238bc8fb18..f3fa8eb4bcce6fe9e7ebcd76c10eb19af4243ebd 100644 (file)
@@ -1165,9 +1165,9 @@ void dm_helpers_override_panel_settings(
                link->panel_config.dsc.disable_dsc_edp = true;
 
        if (dc_get_edp_link_panel_inst(ctx->dc, link, &panel_inst) && panel_inst == 1) {
-                       link->panel_config.psr.disable_psr = true;
-                       link->panel_config.psr.disallow_psrsu = true;;
-                       link->panel_config.psr.disallow_replay = true;
+               link->panel_config.psr.disable_psr = true;
+               link->panel_config.psr.disallow_psrsu = true;
+               link->panel_config.psr.disallow_replay = true;
        }
 }