generic: backport fix for #nvmem-cell-cells false warning
[openwrt/openwrt.git] / target / linux / generic / backport-5.10 / 812-v6.2-0005-nvmem-Kconfig-Fix-spelling-mistake-controlls-control.patch
1 From fb817c4ef63e8cfb6e77ae4a2875ae854c80708f Mon Sep 17 00:00:00 2001
2 From: Colin Ian King <colin.i.king@gmail.com>
3 Date: Fri, 18 Nov 2022 06:39:26 +0000
4 Subject: [PATCH] nvmem: Kconfig: Fix spelling mistake "controlls" ->
5 "controls"
6
7 There is a spelling mistake in a Kconfig description. Fix it.
8
9 Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
10 Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
11 Link: https://lore.kernel.org/r/20221118063932.6418-8-srinivas.kandagatla@linaro.org
12 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 ---
14 drivers/nvmem/Kconfig | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 --- a/drivers/nvmem/Kconfig
18 +++ b/drivers/nvmem/Kconfig
19 @@ -164,7 +164,7 @@ config NVMEM_MICROCHIP_OTPC
20 depends on ARCH_AT91 || COMPILE_TEST
21 help
22 This driver enable the OTP controller available on Microchip SAMA7G5
23 - SoCs. It controlls the access to the OTP memory connected to it.
24 + SoCs. It controls the access to the OTP memory connected to it.
25
26 config NVMEM_MTK_EFUSE
27 tristate "Mediatek SoCs EFUSE support"