diff options
author | Colin Ian King <[email protected]> | 2020-11-26 23:24:00 +0000 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2020-11-27 12:37:29 -0800 |
commit | 02d8e879e4101c2baa1f7a99c1a266742872a049 (patch) | |
tree | 1b6b5178acdcae15d28be90df7deaacc71d81ec0 | |
parent | dba6bc51975b54b0778678d581df5b423a5a0d81 (diff) |
clk: qcom: Kconfig: Fix spelling mistake "dyanmic" -> "dynamic"
There is a spelling mistake in the Kconfig help text. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | drivers/clk/qcom/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 48c624a1eff1..8c8b568609d4 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -44,7 +44,7 @@ config QCOM_CLK_APCC_MSM8996 help Support for the CPU clock controller on msm8996 devices. Say Y if you want to support CPU clock scaling using CPUfreq - drivers for dyanmic power management. + drivers for dynamic power management. config QCOM_CLK_RPM tristate "RPM based Clock Controller" |