2020-05-03 19:06:45

by Christophe JAILLET

[permalink] [raw]
Subject: [PATCH] clk: clk-xgene: Fix a typo in Kconfig

s/Sypport/Support

Signed-off-by: Christophe JAILLET <[email protected]>
---
drivers/clk/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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"
--
2.25.1


2020-05-05 19:30:15

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] clk: clk-xgene: Fix a typo in Kconfig

Quoting Christophe JAILLET (2020-05-03 12:03:27)
> s/Sypport/Support
>
> Signed-off-by: Christophe JAILLET <[email protected]>
> ---

Applied to clk-next