Skip to content

Commit

Permalink
nvmem: Kconfig: Fix typo "drive" -> "driver"
Browse files Browse the repository at this point in the history
Fix typo where "driver" was meant instead of "drive".
While at it, also capitalize "OTP".

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20230823132744.350618-15-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Diederik de Haas authored and Greg Kroah-Hartman committed Aug 23, 2023
1 parent 9bf75da commit 23b7b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/nvmem/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ config NVMEM_ROCKCHIP_EFUSE
depends on ARCH_ROCKCHIP || COMPILE_TEST
depends on HAS_IOMEM
help
This is a simple drive to dump specified values of Rockchip SoC
This is a simple driver to dump specified values of Rockchip SoC
from eFuse, such as cpu-leakage.

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

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

0 comments on commit 23b7b49

Please sign in to comment.