projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9abf231
)
arm/mach-ux500: fix repeated words in comments
author
wangjianli
<wangjianli@cdjrlc.com>
Thu, 20 Oct 2022 12:45:58 +0000
(20:45 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 7 Nov 2022 22:19:47 +0000
(23:19 +0100)
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>
arch/arm/mach-ux500/pm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-ux500/pm.c
b/arch/arm/mach-ux500/pm.c
index ff9c375e42778a1a786a5f3de51648d0de6e483b..505161bb88554c45a8a03c6e830589aa37c7df3b 100644
(file)
--- 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...