2021-02-03 10:34:07

by Nicolas Saenz Julienne

[permalink] [raw]
Subject: [PATCH] nvmem: Kconfig: Correct typo in NVMEM_RMEM

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 <[email protected]>
Signed-off-by: Nicolas Saenz Julienne <[email protected]>
---
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


2021-02-03 16:37:42

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] nvmem: Kconfig: Correct typo in NVMEM_RMEM

On 2/3/21 2:29 AM, Nicolas Saenz Julienne wrote:
> 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 <[email protected]>
> Signed-off-by: Nicolas Saenz Julienne <[email protected]>

Acked-by: Randy Dunlap <[email protected]>

Thanks.

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


--
~Randy

2021-02-03 16:42:16

by Srinivas Kandagatla

[permalink] [raw]
Subject: Re: [PATCH] nvmem: Kconfig: Correct typo in NVMEM_RMEM



On 03/02/2021 10:29, Nicolas Saenz Julienne wrote:
> 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 <[email protected]>
> Signed-off-by: Nicolas Saenz Julienne <[email protected]>
> ---
> drivers/nvmem/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied thanks!

--srini


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