All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: palmas: Fix device name in Kconfig text
@ 2013-08-19 15:07 Mark Brown
  2013-08-20 11:00 ` Laxman Dewangan
  2013-08-21 22:23 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2013-08-19 15:07 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-kernel, Laxman Dewangan, Mark Brown

From: Mark Brown <broonie@linaro.org>

The device family is called Palmas so there should be a 's' on the end of
the name.

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 drivers/pinctrl/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 8542cd4..bdb1a87 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -262,7 +262,7 @@ config PINCTRL_EXYNOS5440
 	select PINCONF
 
 config PINCTRL_PALMAS
-	bool "Pinctrl driver for the PALMA Series MFD devices"
+	bool "Pinctrl driver for the PALMAS Series MFD devices"
 	depends on OF && MFD_PALMAS
 	select GENERIC_PINCONF
 	help
-- 
1.8.4.rc3


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

end of thread, other threads:[~2013-08-21 22:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 15:07 [PATCH] pinctrl: palmas: Fix device name in Kconfig text Mark Brown
2013-08-20 11:00 ` Laxman Dewangan
2013-08-21 22:23 ` Linus Walleij

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.