Commit 0ec283cd authored by Charlene Liu's avatar Charlene Liu Committed by Alex Deucher

drm/amd/display: Adjust code indentation

Reviewed-by: default avatarSung joon Kim <Sungjoon.Kim@amd.com>
Acked-by: default avatarAnson Jacob <Anson.Jacob@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarCharlene Liu <Charlene.Liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6ef86fa8
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment