All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: fix typo
@ 2021-09-08 11:06 Yuan Fang
  2021-09-14 22:44 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Yuan Fang @ 2021-09-08 11:06 UTC (permalink / raw)
  To: u-boot; +Cc: Yuan Fang

From: Yuan Fang <fangyuanseu@gmail.com>

fix typo in pinctrl Kconfig file to avoid git commit failure on
some commit hooks check.

Signed-off-by: Yuan Fang <fangyuanseu@gmail.com>
---
 drivers/pinctrl/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 77fb851114..30eaa376c8 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -69,7 +69,7 @@ config PINCONF_RECURSIVE
 	  direct children of the pin controller device (may be grandchildren for
 	  example). It is define is each individual pin controller device.
 	  Say Y here if you want to keep this behavior with the pinconfig
-	  u-class: all sub are recursivelly bounded.
+	  u-class: all sub are recursively bounded.
 	  If the option is disabled, this behavior is deactivated and only
 	  the direct children of pin controller will be assumed as pin
 	  configuration; you can save memory footprint when this feature is
-- 
2.17.1


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

* Re: [PATCH] pinctrl: fix typo
  2021-09-08 11:06 [PATCH] pinctrl: fix typo Yuan Fang
@ 2021-09-14 22:44 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-09-14 22:44 UTC (permalink / raw)
  To: Yuan Fang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

On Wed, Sep 08, 2021 at 07:06:48PM +0800, Yuan Fang wrote:

> From: Yuan Fang <fangyuanseu@gmail.com>
> 
> fix typo in pinctrl Kconfig file to avoid git commit failure on
> some commit hooks check.
> 
> Signed-off-by: Yuan Fang <fangyuanseu@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2021-09-14 22:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 11:06 [PATCH] pinctrl: fix typo Yuan Fang
2021-09-14 22:44 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.