All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvmem: Kconfig: Correct typo in NVMEM_RMEM
@ 2021-02-03 10:29 Nicolas Saenz Julienne
  2021-02-03 16:34 ` Randy Dunlap
  2021-02-03 16:36 ` Srinivas Kandagatla
  0 siblings, 2 replies; 3+ messages in thread
From: Nicolas Saenz Julienne @ 2021-02-03 10:29 UTC (permalink / raw)
  To: Srinivas Kandagatla, Nicolas Saenz Julienne, Rob Herring
  Cc: Randy Dunlap, linux-kernel

s/drivers/driver/ as the configuration selects a single driver.

Fixes: 2bf4fd065384 ("nvmem: Add driver to expose reserved memory as nvmem")
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
---
 drivers/nvmem/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index fecc19b884bf..75d2594c16e1 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -273,7 +273,7 @@ config SPRD_EFUSE
 config NVMEM_RMEM
 	tristate "Reserved Memory Based Driver Support"
 	help
-	  This drivers maps reserved memory into an nvmem device. It might be
+	  This driver maps reserved memory into an nvmem device. It might be
 	  useful to expose information left by firmware in memory.
 
 	  This driver can also be built as a module. If so, the module
-- 
2.30.0


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

end of thread, other threads:[~2021-02-03 16:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 10:29 [PATCH] nvmem: Kconfig: Correct typo in NVMEM_RMEM Nicolas Saenz Julienne
2021-02-03 16:34 ` Randy Dunlap
2021-02-03 16:36 ` Srinivas Kandagatla

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.