]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/msm/dsi: fix the inconsistent indenting
authorsunliming <sunliming@kylinos.cn>
Tue, 19 Jul 2022 01:56:22 +0000 (09:56 +0800)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 23 Nov 2022 14:10:46 +0000 (15:10 +0100)
commit221b5d9363737b4af8bc7388856540f522dd02b5
tree56619c4930747f9b5a60c8c8636fb05272a4a52a
parent1867d36aa2247062258647fb55ca2abd9a96c9d2
drm/msm/dsi: fix the inconsistent indenting

BugLink: https://bugs.launchpad.net/bugs/1991840
[ Upstream commit 2f25a1fb4ec516c5ad67afd754334b491b9f09a5 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/gpu/drm/msm/dsi/phy/dsi_phy.c