From: wangjianli Date: Thu, 20 Oct 2022 12:45:58 +0000 (+0800) Subject: arm/mach-ux500: fix repeated words in comments X-Git-Tag: v6.6.17~6039^2~7^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b29ea0e7e8122a11e9336fb89e96ca7ccdb314ae;p=platform%2Fkernel%2Flinux-rpi.git arm/mach-ux500: fix repeated words in comments Delete the redundant word 'in'. Signed-off-by: wangjianli Link: https://lore.kernel.org/r/20221020124558.38060-1-wangjianli@cdjrlc.com Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-ux500/pm.c b/arch/arm/mach-ux500/pm.c index ff9c375..505161b 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...