]> Git Repo - linux.git/commitdiff
drm/amd/display: clean up some inconsistent indenting
authorJiapeng Chong <[email protected]>
Fri, 8 Sep 2023 07:54:45 +0000 (15:54 +0800)
committerAlex Deucher <[email protected]>
Mon, 11 Sep 2023 21:19:12 +0000 (17:19 -0400)
No functional modification involved.

drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_dpms.c:2476 link_set_dpms_on() warn: if statement not indented.

Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6502
Signed-off-by: Jiapeng Chong <[email protected]>
Signed-off-by: Hamza Mahfooz <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/link/link_dpms.c

index d8327911c46757e53e1ea3e9dbd7c0b2efc46fe5..75ae4fa06969d8ed4b28bb36ab7aa4b6c2c09e4e 100644 (file)
@@ -2472,9 +2472,8 @@ void link_set_dpms_on(
         */
        if (pipe_ctx->stream->timing.flags.DSC) {
                if (dc_is_dp_signal(pipe_ctx->stream->signal) ||
-                       dc_is_virtual_signal(pipe_ctx->stream->signal))
-               link_set_dsc_enable(pipe_ctx, true);
-
+                   dc_is_virtual_signal(pipe_ctx->stream->signal))
+                       link_set_dsc_enable(pipe_ctx, true);
        }
 
        status = enable_link(state, pipe_ctx);
This page took 0.05134 seconds and 4 git commands to generate.