linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: ti :iodelay: Fixed inconsistent indenting
@ 2021-01-11 19:49 Souptick Joarder
  2021-01-18 13:21 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Souptick Joarder @ 2021-01-11 19:49 UTC (permalink / raw)
  To: linus.walleij, grandmaster, zhengyongjun3
  Cc: linux-gpio, linux-kernel, Souptick Joarder

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>
---
 drivers/pinctrl/ti/pinctrl-ti-iodelay.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/pinctrl/ti/pinctrl-ti-iodelay.c b/drivers/pinctrl/ti/pinctrl-ti-iodelay.c
index ae91559..60a6713 100644
--- a/drivers/pinctrl/ti/pinctrl-ti-iodelay.c
+++ b/drivers/pinctrl/ti/pinctrl-ti-iodelay.c
@@ -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, &reg);
-			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
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: ti :iodelay: Fixed inconsistent indenting
  2021-01-11 19:49 [PATCH] pinctrl: ti :iodelay: Fixed inconsistent indenting Souptick Joarder
@ 2021-01-18 13:21 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2021-01-18 13:21 UTC (permalink / raw)
  To: Souptick Joarder
  Cc: Alexander A. Klimov, Zheng Yongjun, open list:GPIO SUBSYSTEM,
	linux-kernel

On Mon, Jan 11, 2021 at 8:49 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:

> 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>

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-18 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 19:49 [PATCH] pinctrl: ti :iodelay: Fixed inconsistent indenting Souptick Joarder
2021-01-18 13:21 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).