* [PATCH] drivers/clk/clk-hsdk-pll.c: Fix typo 'succesful' -> 'successful'
@ 2025-07-25 4:15 Ignacio Peña
0 siblings, 0 replies; only message in thread
From: Ignacio Peña @ 2025-07-25 4:15 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, linux-kernel, Ignacio Pena
Fix spelling mistake.
No functional change.
Signed-off-by: Ignacio Pena <ignacio.pena87@gmail.com>
---
drivers/clk/clk-hsdk-pll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/clk-hsdk-pll.c b/drivers/clk/clk-hsdk-pll.c
index 5d2a90add..1e95fabd9 100644
--- a/drivers/clk/clk-hsdk-pll.c
+++ b/drivers/clk/clk-hsdk-pll.c
@@ -265,7 +265,7 @@ static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *clk,
return -EINVAL;
/*
- * Program divider to div-by-1 if we succesfuly set core clock below
+ * Program divider to div-by-1 if we successfuly set core clock below
* 500MHz threshold.
*/
if (rate <= CORE_IF_CLK_THRESHOLD_HZ)
--
2.50.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-25 4:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 4:15 [PATCH] drivers/clk/clk-hsdk-pll.c: Fix typo 'succesful' -> 'successful' Ignacio Peña
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox