Commit 04c1ea9d authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Alex Deucher

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: default avatarAbaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9166Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ca0bfaad
...@@ -5194,9 +5194,7 @@ void dc_power_down_on_boot(struct dc *dc) ...@@ -5194,9 +5194,7 @@ void dc_power_down_on_boot(struct dc *dc)
} }
} }
void dc_set_power_state( void dc_set_power_state(struct dc *dc, enum dc_acpi_cm_power_state power_state)
struct dc *dc,
enum dc_acpi_cm_power_state power_state)
{ {
if (!dc->current_state) if (!dc->current_state)
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment