On Thu, 7 Jul 2022 at 15:59, sunliming <sunliming@xxxxxxxxxx> 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 <lkp@xxxxxxxxx> > Signed-off-by: sunliming <sunliming@xxxxxxxxxx> > --- > 2 | 947 ++++++++++++++++++++++++++ > drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | 2 +- > 2 files changed, 948 insertions(+), 1 deletion(-) > create mode 100644 2 > > diff --git a/2 b/2 > new file mode 100644 > index 000000000000..56dfa2d24be1 > --- /dev/null > +++ b/2 Please drop this part & resubmit. > @@ -0,0 +1,947 @@ > +// SPDX-License-Identifier: GPL-2.0-only > +/* > + * Copyright (c) 2015, The Linux Foundation. All rights reserved. > + */ [skipped the rest] -- With best wishes Dmitry