linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: remove the blank line in pinctrl_register()
@ 2020-12-07 16:11 Zhaoyu Liu
  2020-12-07 18:20 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Zhaoyu Liu @ 2020-12-07 16:11 UTC (permalink / raw)
  To: linus.walleij, linux-gpio; +Cc: linux-kernel

Remove the blank line in pinctrl_register() to keep the code neat.

Signed-off-by: Zhaoyu Liu <zackary.liu.pro@gmail.com>
---
 drivers/pinctrl/core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c
index 3663d87f51a0..1f944685047b 100644
--- a/drivers/pinctrl/core.c
+++ b/drivers/pinctrl/core.c
@@ -2115,7 +2115,6 @@ struct pinctrl_dev *pinctrl_register(struct pinctrl_desc *pctldesc,
 		return ERR_PTR(error);
 
 	return pctldev;
-
 }
 EXPORT_SYMBOL_GPL(pinctrl_register);
 
-- 
2.29.2


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

end of thread, other threads:[~2020-12-09  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 16:11 [PATCH] pinctrl: remove the blank line in pinctrl_register() Zhaoyu Liu
2020-12-07 18:20 ` Andy Shevchenko
2020-12-09  9:26   ` 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).