Skip to content

Commit b63eae9

Browse files
Jiapeng Chongalexdeucher
authored andcommitted
drm/amd/display: clean up some inconsistent indenting
No functional modification involved. drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:2902 dm_resume() warn: inconsistent indenting. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6940 Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 3044020 commit b63eae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2900,7 +2900,7 @@ static int dm_resume(void *handle)
29002900
}
29012901

29022902
/* power on hardware */
2903-
dc_set_power_state(dm->dc, DC_ACPI_CM_POWER_STATE_D0);
2903+
dc_set_power_state(dm->dc, DC_ACPI_CM_POWER_STATE_D0);
29042904

29052905
/* program HPD filter */
29062906
dc_resume(dm->dc);

0 commit comments

Comments
 (0)