public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: samsung: Fix reference to CLK_OF_DECLARE in comment
@ 2022-10-31 22:07 Jonathan Neuschäfer
  2022-11-01 19:44 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2022-10-31 22:07 UTC (permalink / raw)
  To: linux-clk
  Cc: Jonathan Neuschäfer, Krzysztof Kozlowski, Sylwester Nawrocki,
	Tomasz Figa, Chanwoo Choi, Alim Akhtar, Michael Turquette,
	Stephen Boyd, linux-samsung-soc, linux-arm-kernel, linux-kernel

It was misspelled as OF_CLK_DECLARE. Fix it.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 drivers/clk/samsung/clk-exynos5-subcmu.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/samsung/clk-exynos5-subcmu.c b/drivers/clk/samsung/clk-exynos5-subcmu.c
index 65c82d922b05c..96d74bc250e5d 100644
--- a/drivers/clk/samsung/clk-exynos5-subcmu.c
+++ b/drivers/clk/samsung/clk-exynos5-subcmu.c
@@ -47,10 +47,10 @@ static void exynos5_subcmu_defer_gate(struct samsung_clk_provider *ctx,
 /*
  * Pass the needed clock provider context and register sub-CMU clocks
  *
- * NOTE: This function has to be called from the main, OF_CLK_DECLARE-
+ * NOTE: This function has to be called from the main, CLK_OF_DECLARE-
  * initialized clock provider driver. This happens very early during boot
  * process. Then this driver, during core_initcall registers two platform
- * drivers: one which binds to the same device-tree node as OF_CLK_DECLARE
+ * drivers: one which binds to the same device-tree node as CLK_OF_DECLARE
  * driver and second, for handling its per-domain child-devices. Those
  * platform drivers are bound to their devices a bit later in arch_initcall,
  * when OF-core populates all device-tree nodes.
--
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-01 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-31 22:07 [PATCH] clk: samsung: Fix reference to CLK_OF_DECLARE in comment Jonathan Neuschäfer
2022-11-01 19:44 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox