]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: clean up one inconsistent indenting
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 1 Sep 2023 01:29:21 +0000 (09:29 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Sep 2023 18:33:08 +0000 (14:33 -0400)
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn35/dcn35_resource.c:1877 dcn35_resource_construct() warn: inconsistent indenting

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c

index 7f059fc2fc75e275a3c22f3a5e9c0a2de7233cf3..bba747667a7368304903a6e08ca4d9215a1c7a7e 100644 (file)
@@ -1873,7 +1873,7 @@ static bool dcn35_resource_construct(
                }
        }
        /*temp till dml2 fully work without dml1*/
-               dml_init_instance(&dc->dml, &dcn3_5_soc, &dcn3_5_ip, DML_PROJECT_DCN31);
+       dml_init_instance(&dc->dml, &dcn3_5_soc, &dcn3_5_ip, DML_PROJECT_DCN31);
 
        /* TODO: DCCG */
        pool->base.dccg = dccg35_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask);