drm/amd/display: clean up some inconsistent indenting
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 24 May 2024 02:19:20 +0000 (10:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 May 2024 18:08:57 +0000 (14:08 -0400)
No functional modification involved.

drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:5200 dc_power_down_on_boot() warn: inconsistent indenting.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9166
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c

index 3a2101b052ea2dfdaaf4973aae91ad8eb646604a..4612c60edebd1dcba1557e46cd1ba2d971b415c9 100644 (file)
@@ -5194,9 +5194,7 @@ void dc_power_down_on_boot(struct dc *dc)
        }
 }
 
-void dc_set_power_state(
-       struct dc *dc,
-       enum dc_acpi_cm_power_state power_state)
+void dc_set_power_state(struct dc *dc, enum dc_acpi_cm_power_state power_state)
 {
        if (!dc->current_state)
                return;