From: Yang Li Date: Fri, 1 Sep 2023 01:29:21 +0000 (+0800) Subject: drm/amd/display: clean up one inconsistent indenting X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=77dcb33ccb2c6a17eee3adadc5100f7bb25795f0;p=linux.git drm/amd/display: clean up one inconsistent indenting drivers/gpu/drm/amd/amdgpu/../display/dc/dcn35/dcn35_resource.c:1877 dcn35_resource_construct() warn: inconsistent indenting Signed-off-by: Yang Li Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c index 7f059fc2fc75e..bba747667a736 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c +++ b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c @@ -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);