aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-08-31 08:47:06 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2022-09-06 11:03:04 +1000
commit9b135eef0787813ad073aaeb9ff80ab57bc63e69 (patch)
tree76bfbcf3aca5e844f30c593d60b886f0a63cc7ab
parentpowerpc/vas: fix repeated words in comments (diff)
downloadlinux-dev-9b135eef0787813ad073aaeb9ff80ab57bc63e69.tar.xz
linux-dev-9b135eef0787813ad073aaeb9ff80ab57bc63e69.zip
powerpc/xive: fix repeated words in comments
Delete the redundant word 'set'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220831004706.35280-1-yuanjilin@cdjrlc.com
-rw-r--r--arch/powerpc/sysdev/xive/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/xive/common.c b/arch/powerpc/sysdev/xive/common.c
index 61b9f98dfd4a..a289cb97c1d7 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;