drm/amd/display: Adjust code indentation
authorCharlene Liu <Charlene.Liu@amd.com>
Thu, 4 Nov 2021 20:52:10 +0000 (16:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Nov 2021 21:58:09 +0000 (16:58 -0500)
Reviewed-by: Sung joon Kim <Sungjoon.Kim@amd.com>
Acked-by: Anson Jacob <Anson.Jacob@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c

index 0ded4decee05fdc8a7149ab952453cf4135a4bc6..e76a2aa65a82c28565f79c3fc69b7d674700daef 100644 (file)
@@ -221,9 +221,9 @@ static bool create_links(
                link = link_create(&link_init_params);
 
                if (link) {
-                               dc->links[dc->link_count] = link;
-                               link->dc = dc;
-                               ++dc->link_count;
+                       dc->links[dc->link_count] = link;
+                       link->dc = dc;
+                       ++dc->link_count;
                }
        }