Skip to content

Commit b0fe701

Browse files
Jiapeng Chonglumag
authored andcommitted
drm/msm/dpu: clean up some inconsistent indenting
No functional modification involved. drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:183 dpu_core_perf_crtc_check() warn: inconsistent indenting. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6096 Signed-off-by: Jiapeng Chong <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/551313/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent fd0ad3b commit b0fe701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ int dpu_core_perf_crtc_check(struct drm_crtc *crtc,
177177
to_dpu_crtc_state(tmp_crtc->state);
178178

179179
DRM_DEBUG_ATOMIC("crtc:%d bw:%llu ctrl:%d\n",
180-
tmp_crtc->base.id, tmp_cstate->new_perf.bw_ctl,
181-
tmp_cstate->bw_control);
180+
tmp_crtc->base.id, tmp_cstate->new_perf.bw_ctl,
181+
tmp_cstate->bw_control);
182182

183-
bw_sum_of_intfs += tmp_cstate->new_perf.bw_ctl;
183+
bw_sum_of_intfs += tmp_cstate->new_perf.bw_ctl;
184184
}
185185

186186
/* convert bandwidth to kb */

0 commit comments

Comments
 (0)