Skip to content

Commit 9b135ee

Browse files
Jilin Yuanmpe
authored andcommitted
powerpc/xive: fix repeated words in comments
Delete the redundant word 'set'. Signed-off-by: Jilin Yuan <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0d4bb5e commit 9b135ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/sysdev/xive/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ static int xive_irq_set_type(struct irq_data *d, unsigned int flow_type)
783783
* the corresponding descriptor bits mind you but those will in turn
784784
* affect the resend function when re-enabling an edge interrupt.
785785
*
786-
* Set set the default to edge as explained in map().
786+
* Set the default to edge as explained in map().
787787
*/
788788
if (flow_type == IRQ_TYPE_DEFAULT || flow_type == IRQ_TYPE_NONE)
789789
flow_type = IRQ_TYPE_EDGE_RISING;

0 commit comments

Comments
 (0)