From: Yang Li Date: Tue, 8 Feb 2022 01:23:21 +0000 (+0800) Subject: drm/msm/dpu: clean up some inconsistent indenting X-Git-Tag: v5.18-rc1~134^2~6^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=306dfc593362271d7d789a7cdea2ba6c2153dcd5;p=thirdparty%2Fkernel%2Flinux.git drm/msm/dpu: clean up some inconsistent indenting Eliminate the follow smatch warning: drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c:411 _dpu_crtc_blend_setup_mixer() warn: inconsistent indenting Reported-by: Abaci Robot Signed-off-by: Yang Li Reviewed-by: Abhinav Kumar Link: https://lore.kernel.org/r/20220208012321.43587-1-yang.lee@linux.alibaba.com Signed-off-by: Dmitry Baryshkov --- diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c index e7c9fe1a250fb..662b7bc9c219c 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c @@ -408,7 +408,7 @@ static void _dpu_crtc_blend_setup_mixer(struct drm_crtc *crtc, if (ctl->ops.set_active_pipes) ctl->ops.set_active_pipes(ctl, fetch_active); - _dpu_crtc_program_lm_output_roi(crtc); + _dpu_crtc_program_lm_output_roi(crtc); } /**