diff options
author | Tom Rix <trix@redhat.com> | 2022-02-22 20:51:53 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-03-12 03:22:15 +0100 |
commit | 7c55e8efd290438e9bd95f6c3e14d3fa4f71b323 (patch) | |
tree | 1c4ae3cdbeb88e5c2443891063f1acf765ecc8f5 /drivers/clk/clk-fractional-divider.c | |
parent | clk: socfpga: cleanup spdx tags (diff) | |
download | linux-7c55e8efd290438e9bd95f6c3e14d3fa4f71b323.tar.xz 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-fractional-divider.c')
-rw-r--r-- | drivers/clk/clk-fractional-divider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-fractional-divider.c b/drivers/clk/clk-fractional-divider.c index 4274540327ce..8efa5142ff8c 100644 --- a/drivers/clk/clk-fractional-divider.c +++ b/drivers/clk/clk-fractional-divider.c @@ -34,7 +34,7 @@ * and assume that the IP, that needs m and n, has also its own * prescaler, which is capable to divide by 2^scale. In this way * we get the denominator to satisfy the desired range (2) and - * at the same time much much better result of m and n than simple + * at the same time a much better result of m and n than simple * saturated values. */ |