diff options
author | Christophe JAILLET <[email protected]> | 2020-05-03 21:03:27 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2020-05-05 12:28:19 -0700 |
commit | 4fe02fefe7a6ca8914d73dfafaad5053aa5d1ef9 (patch) | |
tree | edbc3b6cc75f167b852ca0e87a16b2ec69585234 | |
parent | 782fe98b9350fd64b4d1a651a1da1d303e03b32c (diff) |
clk: clk-xgene: Fix a typo in Kconfig
s/Sypport/Support
Signed-off-by: Christophe JAILLET <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | drivers/clk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index bcb257baed06..99ddc1478493 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -252,7 +252,7 @@ config COMMON_CLK_XGENE default ARCH_XGENE depends on ARM64 || COMPILE_TEST ---help--- - Sypport for the APM X-Gene SoC reference, PLL, and device clocks. + Support for the APM X-Gene SoC reference, PLL, and device clocks. config COMMON_CLK_LOCHNAGAR tristate "Cirrus Logic Lochnagar clock driver" |