summaryrefslogtreecommitdiff
path: root/drivers/clk/berlin
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2025-07-23 15:38:10 -0500
committerStephen Boyd <sboyd@kernel.org>2025-07-26 23:49:18 -0700
commit264200cc3a87d5c53bfa817227624fa2bae6b2c3 (patch)
tree5436ce1f8c92cda4f6dc7a92ce9163c8c167480a /drivers/clk/berlin
parent65df390bc2a7351c4bca123c62e853b35a215297 (diff)
clk: Fix typos
Fix typos, mostly in comments except CLKGATE_SEPERATED_* (definition and uses updated). Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20250723203819.2910289-1-helgaas@kernel.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/berlin')
-rw-r--r--drivers/clk/berlin/berlin2-avpll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/berlin/berlin2-avpll.c b/drivers/clk/berlin/berlin2-avpll.c
index aa89b4c9464e..79f3d37a0ee0 100644
--- a/drivers/clk/berlin/berlin2-avpll.c
+++ b/drivers/clk/berlin/berlin2-avpll.c
@@ -319,7 +319,7 @@ berlin2_avpll_channel_recalc_rate(struct clk_hw *hw, unsigned long parent_rate)
/*
* AV3 divider start at VCO_CTRL14, bit 7; each 4 bits wide.
- * AV2/AV3 form a fractional divider, where only specfic values for AV3
+ * AV2/AV3 form a fractional divider, where only specific values for AV3
* are allowed. AV3 != 0 divides by AV2/2, AV3=0 is bypass.
*/
if (ch->index < 6) {