Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Jilin Yuan and committed by
Michael Ellerman
9b135eef 0d4bb5e4

+1 -1
+1 -1
arch/powerpc/sysdev/xive/common.c
··· 783 783 * the corresponding descriptor bits mind you but those will in turn 784 784 * affect the resend function when re-enabling an edge interrupt. 785 785 * 786 - * Set set the default to edge as explained in map(). 786 + * Set the default to edge as explained in map(). 787 787 */ 788 788 if (flow_type == IRQ_TYPE_DEFAULT || flow_type == IRQ_TYPE_NONE) 789 789 flow_type = IRQ_TYPE_EDGE_RISING;