summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorwangjianli <wangjianli@cdjrlc.com>2022-10-20 20:45:58 +0800
committerLinus Walleij <linus.walleij@linaro.org>2022-11-07 23:19:47 +0100
commitb29ea0e7e8122a11e9336fb89e96ca7ccdb314ae (patch)
treef486099ed5c243d2d3a710801247f9c52d5910c1 /arch/arm/mach-ux500
parent9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff)
downloadlinux-b29ea0e7e8122a11e9336fb89e96ca7ccdb314ae.tar.gz
linux-b29ea0e7e8122a11e9336fb89e96ca7ccdb314ae.tar.bz2
linux-b29ea0e7e8122a11e9336fb89e96ca7ccdb314ae.zip
arm/mach-ux500: fix repeated words in comments
Delete the redundant word 'in'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> Link: https://lore.kernel.org/r/20221020124558.38060-1-wangjianli@cdjrlc.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r--arch/arm/mach-ux500/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/pm.c b/arch/arm/mach-ux500/pm.c
index ff9c375e4277..505161bb8855 100644
--- a/arch/arm/mach-ux500/pm.c
+++ b/arch/arm/mach-ux500/pm.c
@@ -124,7 +124,7 @@ bool prcmu_pending_irq(void)
}
/*
- * This function checks if the specified cpu is in in WFI. It's usage
+ * This function checks if the specified cpu is in WFI. It's usage
* makes sense only if the gic is decoupled with the db8500_prcmu_gic_decouple
* function. Of course passing smp_processor_id() to this function will
* always return false...