diff options
author | Tom Rix <trix@redhat.com> | 2022-02-22 11:51:53 -0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-03-11 18:22:15 -0800 |
commit | 7c55e8efd290438e9bd95f6c3e14d3fa4f71b323 (patch) | |
tree | 1c4ae3cdbeb88e5c2443891063f1acf765ecc8f5 /drivers/clk/bcm | |
parent | 6f3cf24864ac113b053e485d7a7b000ee3786d1d (diff) | |
download | lwn-7c55e8efd290438e9bd95f6c3e14d3fa4f71b323.tar.gz lwn-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/bcm')
-rw-r--r-- | drivers/clk/bcm/clk-iproc.h | 2 | ||||
-rw-r--r-- | drivers/clk/bcm/clk-kona-setup.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/bcm/clk-iproc.h b/drivers/clk/bcm/clk-iproc.h index a48ddd3e0b28..d7e5b94bed45 100644 --- a/drivers/clk/bcm/clk-iproc.h +++ b/drivers/clk/bcm/clk-iproc.h @@ -89,7 +89,7 @@ * Parameters for VCO frequency configuration * * VCO frequency = - * ((ndiv_int + ndiv_frac / 2^20) * (ref freqeuncy / pdiv) + * ((ndiv_int + ndiv_frac / 2^20) * (ref frequency / pdiv) */ struct iproc_pll_vco_param { unsigned long rate; diff --git a/drivers/clk/bcm/clk-kona-setup.c b/drivers/clk/bcm/clk-kona-setup.c index e65eeef9cbaf..5dd65164c8b1 100644 --- a/drivers/clk/bcm/clk-kona-setup.c +++ b/drivers/clk/bcm/clk-kona-setup.c @@ -510,7 +510,7 @@ static bool kona_clk_valid(struct kona_clk *bcm_clk) * placeholders for non-supported clocks. Keep track of the * position of each clock name in the original array. * - * Allocates an array of pointers to to hold the names of all + * Allocates an array of pointers to hold the names of all * non-null entries in the original array, and returns a pointer to * that array in *names. This will be used for registering the * clock with the common clock code. On successful return, |