Skip to content

Commit 7c55e8e

Browse files
Tom Rixbebarino
authored andcommitted
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>
1 parent 6f3cf24 commit 7c55e8e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

drivers/clk/at91/sckc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ static int clk_sama5d4_slow_osc_prepare(struct clk_hw *hw)
535535

536536
/*
537537
* Assume that if it has already been selected (for example by the
538-
* bootloader), enough time has aready passed.
538+
* bootloader), enough time has already passed.
539539
*/
540540
if ((readl(osc->sckcr) & osc->bits->cr_oscsel)) {
541541
osc->prepared = true;

drivers/clk/axis/clk-artpec6.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* ARTPEC-6 clock initialization
44
*
5-
* Copyright 2015-2016 Axis Comunications AB.
5+
* Copyright 2015-2016 Axis Communications AB.
66
*/
77

88
#include <linux/clk-provider.h>

drivers/clk/bcm/clk-iproc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
* Parameters for VCO frequency configuration
9090
*
9191
* VCO frequency =
92-
* ((ndiv_int + ndiv_frac / 2^20) * (ref freqeuncy / pdiv)
92+
* ((ndiv_int + ndiv_frac / 2^20) * (ref frequency / pdiv)
9393
*/
9494
struct iproc_pll_vco_param {
9595
unsigned long rate;

drivers/clk/bcm/clk-kona-setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ static bool kona_clk_valid(struct kona_clk *bcm_clk)
510510
* placeholders for non-supported clocks. Keep track of the
511511
* position of each clock name in the original array.
512512
*
513-
* Allocates an array of pointers to to hold the names of all
513+
* Allocates an array of pointers to hold the names of all
514514
* non-null entries in the original array, and returns a pointer to
515515
* that array in *names. This will be used for registering the
516516
* clock with the common clock code. On successful return,

drivers/clk/clk-fractional-divider.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* and assume that the IP, that needs m and n, has also its own
3535
* prescaler, which is capable to divide by 2^scale. In this way
3636
* we get the denominator to satisfy the desired range (2) and
37-
* at the same time much much better result of m and n than simple
37+
* at the same time a much better result of m and n than simple
3838
* saturated values.
3939
*/
4040

drivers/clk/clk-si5341.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ static unsigned long si5341_synth_clk_recalc_rate(struct clk_hw *hw,
655655
f = synth->data->freq_vco;
656656
f *= n_den >> 4;
657657

658-
/* Now we need to to 64-bit division: f/n_num */
658+
/* Now we need to do 64-bit division: f/n_num */
659659
/* And compensate for the 4 bits we dropped */
660660
f = div64_u64(f, (n_num >> 4));
661661

drivers/clk/meson/meson8b.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@ static struct clk_regmap meson8b_vpu_1 = {
22322232
};
22332233

22342234
/*
2235-
* The VPU clock has two two identical clock trees (vpu_0 and vpu_1)
2235+
* The VPU clock has two identical clock trees (vpu_0 and vpu_1)
22362236
* muxed by a glitch-free switch on Meson8b and Meson8m2. The CCF can
22372237
* actually manage this glitch-free mux because it does top-to-bottom
22382238
* updates the each clock tree and switches to the "inactive" one when

drivers/clk/mmp/pwr-island.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static int mmp_pm_domain_power_off(struct generic_pm_domain *genpd)
7676
if (pm_domain->lock)
7777
spin_lock_irqsave(pm_domain->lock, flags);
7878

79-
/* Turn off and isolate the the power island. */
79+
/* Turn off and isolate the power island. */
8080
val = readl(pm_domain->reg);
8181
val &= ~pm_domain->power_on;
8282
val &= ~0x100;

drivers/clk/socfpga/clk-gate-s10.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* Copyright (C) 2017, Intel Corporation
44
*/

0 commit comments

Comments
 (0)