Skip to content

Commit 0b6c14d

Browse files
Ran Sunalexdeucher
authored andcommitted
drm/amd/display: Clean up errors in dce_clk_mgr.c
Fix the following errors reported by checkpatch: ERROR: spaces required around that '?' (ctx:VxE) Signed-off-by: Ran Sun <sunran001@208suo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 06788a2 commit 0b6c14d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ static void dce11_pplib_apply_display_requirements(
640640
* on power saving.
641641
*
642642
*/
643-
pp_display_cfg->min_dcfclock_khz = (context->stream_count > 4)?
643+
pp_display_cfg->min_dcfclock_khz = (context->stream_count > 4) ?
644644
pp_display_cfg->min_engine_clock_khz : 0;
645645

646646
pp_display_cfg->min_engine_clock_deep_sleep_khz

0 commit comments

Comments
 (0)