Skip to content

Commit

Permalink
nvmem: Kconfig: Correct typo in NVMEM_RMEM
Browse files Browse the repository at this point in the history
s/drivers/driver/ as the configuration selects a single driver.

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20210205100853.32372-2-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Nicolas Saenz Julienne authored and Greg Kroah-Hartman committed Feb 5, 2021
1 parent 0573d3f commit b31f1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nvmem/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b31f1eb

Please sign in to comment.