arm/mach-ux500: fix repeated words in comments

Message ID 20221020124558.38060-1-wangjianli@cdjrlc.com
State New
Headers
Series arm/mach-ux500: fix repeated words in comments |

Commit Message

wangjianli Oct. 20, 2022, 12:45 p.m. UTC
  Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 arch/arm/mach-ux500/pm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Linus Walleij Nov. 7, 2022, 10:20 p.m. UTC | #1
On Thu, Oct 20, 2022 at 2:46 PM wangjianli <wangjianli@cdjrlc.com> wrote:

> Delete the redundant word 'in'.
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>

Patch applied.

Yours,
Linus Walleij
  

Patch

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...