diff options
| author | Bjorn Helgaas <[email protected]> | 2025-07-23 20:38:10 +0000 |
|---|---|---|
| committer | Stephen Boyd <[email protected]> | 2025-07-27 06:49:18 +0000 |
| commit | 264200cc3a87d5c53bfa817227624fa2bae6b2c3 (patch) | |
| tree | 5436ce1f8c92cda4f6dc7a92ce9163c8c167480a /drivers/clk/microchip/clk-core.c | |
| parent | clk: tegra: periph: Make tegra_clk_periph_ops static (diff) | |
| download | kernel-264200cc3a87d5c53bfa817227624fa2bae6b2c3.tar.gz kernel-264200cc3a87d5c53bfa817227624fa2bae6b2c3.zip | |
clk: Fix typos
Fix typos, mostly in comments except CLKGATE_SEPERATED_* (definition and
uses updated).
Signed-off-by: Bjorn Helgaas <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'drivers/clk/microchip/clk-core.c')
| -rw-r--r-- | drivers/clk/microchip/clk-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/microchip/clk-core.c b/drivers/clk/microchip/clk-core.c index 1b4f023cdc8b..6fbc6dc50ca3 100644 --- a/drivers/clk/microchip/clk-core.c +++ b/drivers/clk/microchip/clk-core.c @@ -326,7 +326,7 @@ static void roclk_calc_div_trim(unsigned long rate, * i.e. fout = fin / 2 * DIV * whereas DIV = rodiv + (rotrim / 512) * - * Since kernel does not perform floating-point arithmatic so + * Since kernel does not perform floating-point arithmetic so * (rotrim/512) will be zero. And DIV & rodiv will result same. * * ie. fout = (fin * 256) / [(512 * rodiv) + rotrim] ... from (1) |
