]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: clean up one inconsistent indenting
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 1 Sep 2023 01:29:24 +0000 (09:29 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Sep 2023 18:38:18 +0000 (14:38 -0400)
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn35/dcn35_fpu.c:260 dcn35_update_bw_bounding_box_fpu() 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/dml/dcn35/dcn35_fpu.c

index 525ca0ed9ea9d7c5d2aac5c7850f3535d6ce5178..46eb2d0592f32d27f8718cb730222cde32c4d47c 100644 (file)
@@ -348,8 +348,8 @@ void dcn35_update_bw_bounding_box_fpu(struct dc *dc,
                        dc->debug.dram_clock_change_latency_ns / 1000.0;
        }
        /*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);
 }
 
 static bool is_dual_plane(enum surface_pixel_format format)