summary refs log tree commit diff
path: root/drivers/clk/at91
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/at91
parent6f3cf24864ac113b053e485d7a7b000ee3786d1d (diff)
downloadlinux-7c55e8efd290438e9bd95f6c3e14d3fa4f71b323.tar.gz
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/at91')
-rw-r--r--drivers/clk/at91/sckc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/at91/sckc.c b/drivers/clk/at91/sckc.c
index 2d65770d8665..fdc9b669f8a7 100644
--- a/drivers/clk/at91/sckc.c
+++ b/drivers/clk/at91/sckc.c
@@ -535,7 +535,7 @@ static int clk_sama5d4_slow_osc_prepare(struct clk_hw *hw)
 
 	/*
 	 * Assume that if it has already been selected (for example by the
-	 * bootloader), enough time has aready passed.
+	 * bootloader), enough time has already passed.
 	 */
 	if ((readl(osc->sckcr) & osc->bits->cr_oscsel)) {
 		osc->prepared = true;