kernel: backport v6.6 nvmem changes
[openwrt/openwrt.git] / target / linux / generic / backport-6.1 / 814-v6.6-0011-nvmem-Kconfig-Fix-typo-drive-driver.patch
1 From 9d53d595f688c9837e88a919229cc61a165c7b9e Mon Sep 17 00:00:00 2001
2 From: Diederik de Haas <didi.debian@cknow.org>
3 Date: Mon, 24 Jul 2023 13:36:22 +0200
4 Subject: [PATCH] nvmem: Kconfig: Fix typo "drive" -> "driver"
5
6 Fix typo where "driver" was meant instead of "drive".
7 While at it, also capitalize "OTP".
8
9 Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
10 Reviewed-by: Heiko Stuebner <heiko@sntech.de>
11 Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
12 ---
13 drivers/nvmem/Kconfig | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 --- a/drivers/nvmem/Kconfig
17 +++ b/drivers/nvmem/Kconfig
18 @@ -247,7 +247,7 @@ config NVMEM_ROCKCHIP_EFUSE
19 depends on ARCH_ROCKCHIP || COMPILE_TEST
20 depends on HAS_IOMEM
21 help
22 - This is a simple drive to dump specified values of Rockchip SoC
23 + This is a simple driver to dump specified values of Rockchip SoC
24 from eFuse, such as cpu-leakage.
25
26 This driver can also be built as a module. If so, the module
27 @@ -258,8 +258,8 @@ config NVMEM_ROCKCHIP_OTP
28 depends on ARCH_ROCKCHIP || COMPILE_TEST
29 depends on HAS_IOMEM
30 help
31 - This is a simple drive to dump specified values of Rockchip SoC
32 - from otp, such as cpu-leakage.
33 + This is a simple driver to dump specified values of Rockchip SoC
34 + from OTP, such as cpu-leakage.
35
36 This driver can also be built as a module. If so, the module
37 will be called nvmem_rockchip_otp.