pinctrl: ti :iodelay: Fixed inconsistent indenting
Kernel test robot throws below warning -> smatch warnings: drivers/pinctrl/ti/pinctrl-ti-iodelay.c:708 ti_iodelay_pinconf_group_dbg_show() warn: inconsistent indenting Fixed the inconsistent indenting. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Link: https://lore.kernel.org/r/1610394585-4296-1-git-send-email-jrdr.linux@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
b071a12455
commit
a5d8278375
|
@ -705,9 +705,8 @@ static void ti_iodelay_pinconf_group_dbg_show(struct pinctrl_dev *pctldev,
|
|||
|
||||
cfg = &group->cfg[i];
|
||||
regmap_read(iod->regmap, cfg->offset, ®);
|
||||
seq_printf(s, "\n\t0x%08x = 0x%08x (%3d, %3d)",
|
||||
cfg->offset, reg, cfg->a_delay,
|
||||
cfg->g_delay);
|
||||
seq_printf(s, "\n\t0x%08x = 0x%08x (%3d, %3d)",
|
||||
cfg->offset, reg, cfg->a_delay, cfg->g_delay);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue