aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk-si5341.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-02-22 11:51:53 -0800
committerStephen Boyd <sboyd@kernel.org>2022-03-11 18:22:15 -0800
commit7c55e8efd290438e9bd95f6c3e14d3fa4f71b323 (patch)
tree1c4ae3cdbeb88e5c2443891063f1acf765ecc8f5 /drivers/clk/clk-si5341.c
parentclk: socfpga: cleanup spdx tags (diff)
downloadwireguard-linux-7c55e8efd290438e9bd95f6c3e14d3fa4f71b323.tar.xz
wireguard-linux-7c55e8efd290438e9bd95f6c3e14d3fa4f71b323.zip
clk: cleanup comments
For spdx Space instead of tab before spdx tag Removed repeated works the, to, two Replacements much much to a much 'to to' to 'to do' aready to already Comunications to Communications freqency to frequency Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20220222195153.3817625-1-trix@redhat.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/clk-si5341.c')
-rw-r--r--drivers/clk/clk-si5341.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-si5341.c b/drivers/clk/clk-si5341.c
index f7b41366666e..4baeb7378a4b 100644
--- a/drivers/clk/clk-si5341.c
+++ b/drivers/clk/clk-si5341.c
@@ -655,7 +655,7 @@ static unsigned long si5341_synth_clk_recalc_rate(struct clk_hw *hw,
f = synth->data->freq_vco;
f *= n_den >> 4;
- /* Now we need to to 64-bit division: f/n_num */
+ /* Now we need to do 64-bit division: f/n_num */
/* And compensate for the 4 bits we dropped */
f = div64_u64(f, (n_num >> 4));