linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio: Fix gpio-f7188x module name in Kconfig help text.
@ 2020-03-25  0:57 Nick Bowler
  2020-03-25 12:12 ` Simon Guinot
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Bowler @ 2020-03-25  0:57 UTC (permalink / raw)
  To: linux-gpio, linux-kernel

The Kconfig help text for the gpio-f7188x driver says that if you
compile the driver as a module, the module will be called f7188x-gpio.
This is a lie: the module is called gpio-f7188x.

Change the help text to be consistent with reality.

Signed-off-by: Nick Bowler <nbowler@draconx.ca>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index b8013cf90064..8cf91a9fbd18 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -755,7 +755,7 @@ config GPIO_F7188X
 	  chips F71869, F71869A, F71882FG, F71889F and F81866.
 
 	  To compile this driver as a module, choose M here: the module will
-	  be called f7188x-gpio.
+	  be called gpio-f7188x.
 
 config GPIO_GPIO_MM
 	tristate "Diamond Systems GPIO-MM GPIO support"
-- 
2.24.1


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

end of thread, other threads:[~2020-03-25 12:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25  0:57 [PATCH] gpio: Fix gpio-f7188x module name in Kconfig help text Nick Bowler
2020-03-25 12:12 ` Simon Guinot

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