]> git.itanic.dy.fi Git - linux-stable/commit
drm/msm/dsi: fix the inconsistent indenting
authorsunliming <sunliming@kylinos.cn>
Tue, 19 Jul 2022 01:56:22 +0000 (09:56 +0800)
committerAbhinav Kumar <quic_abhinavk@quicinc.com>
Wed, 20 Jul 2022 19:05:52 +0000 (12:05 -0700)
commit2f25a1fb4ec516c5ad67afd754334b491b9f09a5
tree9ff063a81d417181ae297aa2c757dfbaf1ed198f
parentdeffa2d75db7e7a9a1fe3dad4f99310bff7b6449
drm/msm/dsi: fix the inconsistent indenting

Fix the inconsistent indenting in function msm_dsi_dphy_timing_calc_v3().

Fix the following smatch warnings:

drivers/gpu/drm/msm/dsi/phy/dsi_phy.c:350 msm_dsi_dphy_timing_calc_v3() warn: inconsistent indenting

Fixes: f1fa7ff44056 ("drm/msm/dsi: implement auto PHY timing calculator for 10nm PHY")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: sunliming <sunliming@kylinos.cn>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/494662/
Link: https://lore.kernel.org/r/20220719015622.646718-1-sunliming@kylinos.cn
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
drivers/gpu/drm/msm/dsi/phy/dsi_phy.c