Re: [Freedreno] [PATCH RESEND] drm/msm/dsi: fix the inconsistent indenting

2022-08-26 Thread Abhinav Kumar
On 8/26/2022 1:49 AM, sunliming wrote: 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:

Re: [Freedreno] [PATCH RESEND] drm/msm/dsi: fix the inconsistent indenting

2022-08-26 Thread Dmitry Baryshkov
On 26/08/2022 11:49, sunliming wrote: 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

[Freedreno] [PATCH RESEND] drm/msm/dsi: fix the inconsistent indenting

2022-08-26 Thread sunliming
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

Re: [Freedreno] [PATCH RESEND] drm/msm/dsi: fix the inconsistent indenting

2022-07-18 Thread Abhinav Kumar
On 7/8/2022 9:03 AM, Abhinav Kumar wrote: On 7/7/2022 5:58 PM, sunliming wrote: 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

Re: [Freedreno] [PATCH RESEND] drm/msm/dsi: fix the inconsistent indenting

2022-07-08 Thread Abhinav Kumar
On 7/7/2022 5:58 PM, sunliming wrote: 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 Reported-by: kernel test robot

[Freedreno] [PATCH RESEND] drm/msm/dsi: fix the inconsistent indenting

2022-07-07 Thread sunliming
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 Reported-by: kernel test robot Signed-off-by: sunliming ---