summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/Kconfig
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-11-18 06:39:26 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-11-23 19:44:52 +0100
commitfb817c4ef63e8cfb6e77ae4a2875ae854c80708f (patch)
tree58ce2953ffa939101a12b29249a5f936842fd36d /drivers/nvmem/Kconfig
parent42b868b032901075f8e9bdcd8d700cb9c0d03ba5 (diff)
downloadlinux-stable-fb817c4ef63e8cfb6e77ae4a2875ae854c80708f.tar.gz
linux-stable-fb817c4ef63e8cfb6e77ae4a2875ae854c80708f.tar.bz2
linux-stable-fb817c4ef63e8cfb6e77ae4a2875ae854c80708f.zip
nvmem: Kconfig: Fix spelling mistake "controlls" -> "controls"
There is a spelling mistake in a Kconfig description. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20221118063932.6418-8-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/nvmem/Kconfig')
-rw-r--r--drivers/nvmem/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index ec8a49c04003..755f551426b5 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -164,7 +164,7 @@ config NVMEM_MICROCHIP_OTPC
depends on ARCH_AT91 || COMPILE_TEST
help
This driver enable the OTP controller available on Microchip SAMA7G5
- SoCs. It controlls the access to the OTP memory connected to it.
+ SoCs. It controls the access to the OTP memory connected to it.
config NVMEM_MTK_EFUSE
tristate "Mediatek SoCs EFUSE support"