diff mbox

[U-Boot] dm: Kconfig: fix typo in help for SPL_PINCTRL

Message ID 1501064862-46121-1-git-send-email-philipp.tomsich@theobroma-systems.com
State Accepted
Commit 0fa0abecfc1051b624aff3008a728abe41127b67
Delegated to: Tom Rini
Headers show

Commit Message

Philipp Tomsich July 26, 2017, 10:27 a.m. UTC
Changes 'controlloers' to 'controllers' in the help-text for
SPL_PINCTRL.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
---

 drivers/pinctrl/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Aug. 1, 2017, 12:41 a.m. UTC | #1
On Wed, Jul 26, 2017 at 12:27:42PM +0200, Philipp Tomsich wrote:

> Changes 'controlloers' to 'controllers' in the help-text for
> SPL_PINCTRL.
> 
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 4ab0b3a..bcbe4a1 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -60,7 +60,7 @@  config PINCONF
 	  framework.
 
 config SPL_PINCTRL
-	bool "Support pin controlloers in SPL"
+	bool "Support pin controllers in SPL"
 	depends on SPL && SPL_DM
 	help
 	  This option is an SPL-variant of the PINCTRL option.