Skip to content

Commit 23b7b49

Browse files
diederikdehaasgregkh
authored andcommitted
nvmem: Kconfig: Fix typo "drive" -> "driver"
Fix typo where "driver" was meant instead of "drive". While at it, also capitalize "OTP". Signed-off-by: Diederik de Haas <[email protected]> Reviewed-by: Heiko Stuebner <[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]>
1 parent 9bf75da commit 23b7b49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/nvmem/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ config NVMEM_ROCKCHIP_EFUSE
247247
depends on ARCH_ROCKCHIP || COMPILE_TEST
248248
depends on HAS_IOMEM
249249
help
250-
This is a simple drive to dump specified values of Rockchip SoC
250+
This is a simple driver to dump specified values of Rockchip SoC
251251
from eFuse, such as cpu-leakage.
252252

253253
This driver can also be built as a module. If so, the module
@@ -258,8 +258,8 @@ config NVMEM_ROCKCHIP_OTP
258258
depends on ARCH_ROCKCHIP || COMPILE_TEST
259259
depends on HAS_IOMEM
260260
help
261-
This is a simple drive to dump specified values of Rockchip SoC
262-
from otp, such as cpu-leakage.
261+
This is a simple driver to dump specified values of Rockchip SoC
262+
from OTP, such as cpu-leakage.
263263

264264
This driver can also be built as a module. If so, the module
265265
will be called nvmem_rockchip_otp.

0 commit comments

Comments
 (0)