drm/amd/display: clean up some inconsistent indenting

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>
This commit is contained in:
Jiapeng Chong 2024-05-24 10:19:20 +08:00 committed by Alex Deucher
parent ca0bfaad4f
commit 04c1ea9d64

View 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;