diff options
author | Nicolas Saenz Julienne <[email protected]> | 2021-02-05 10:08:52 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-02-05 11:25:52 +0100 |
commit | b31f1eb41c140d7979f855df73064b3a3ae8055a (patch) | |
tree | 17d30cc0451d5372aa3767af2a0848506f8e53c6 | |
parent | 0573d3fa48640f0fa6b105ff92dcb02b94d6c1ab (diff) |
nvmem: Kconfig: Correct typo in NVMEM_RMEM
s/drivers/driver/ as the configuration selects a single driver.
Suggested-by: Randy Dunlap <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Nicolas Saenz Julienne <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/nvmem/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |