From: Jilin Yuan Date: Wed, 31 Aug 2022 00:47:06 +0000 (+0800) Subject: powerpc/xive: fix repeated words in comments X-Git-Tag: v6.1-rc5~252^2~150 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b135eef0787813ad073aaeb9ff80ab57bc63e69;p=platform%2Fkernel%2Flinux-starfive.git powerpc/xive: fix repeated words in comments Delete the redundant word 'set'. Signed-off-by: Jilin Yuan Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20220831004706.35280-1-yuanjilin@cdjrlc.com --- diff --git a/arch/powerpc/sysdev/xive/common.c b/arch/powerpc/sysdev/xive/common.c index 61b9f98..a289cb9 100644 --- a/arch/powerpc/sysdev/xive/common.c +++ b/arch/powerpc/sysdev/xive/common.c @@ -783,7 +783,7 @@ static int xive_irq_set_type(struct irq_data *d, unsigned int flow_type) * the corresponding descriptor bits mind you but those will in turn * affect the resend function when re-enabling an edge interrupt. * - * Set set the default to edge as explained in map(). + * Set the default to edge as explained in map(). */ if (flow_type == IRQ_TYPE_DEFAULT || flow_type == IRQ_TYPE_NONE) flow_type = IRQ_TYPE_EDGE_RISING;