summaryrefslogtreecommitdiff
path: root/drivers/clk/mmp
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-02-22 22:51:53 +0300
committerStephen Boyd <sboyd@kernel.org>2022-03-12 05:22:15 +0300
commit7c55e8efd290438e9bd95f6c3e14d3fa4f71b323 (patch)
tree1c4ae3cdbeb88e5c2443891063f1acf765ecc8f5 /drivers/clk/mmp
parent6f3cf24864ac113b053e485d7a7b000ee3786d1d (diff)
downloadlinux-7c55e8efd290438e9bd95f6c3e14d3fa4f71b323.tar.xz
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/mmp')
-rw-r--r--drivers/clk/mmp/pwr-island.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mmp/pwr-island.c b/drivers/clk/mmp/pwr-island.c
index ab57c0e995c1..edaa2433a472 100644
--- a/drivers/clk/mmp/pwr-island.c
+++ b/drivers/clk/mmp/pwr-island.c
@@ -76,7 +76,7 @@ static int mmp_pm_domain_power_off(struct generic_pm_domain *genpd)
if (pm_domain->lock)
spin_lock_irqsave(pm_domain->lock, flags);
- /* Turn off and isolate the the power island. */
+ /* Turn off and isolate the power island. */
val = readl(pm_domain->reg);
val &= ~pm_domain->power_on;
val &= ~0x100;