Skip to content

Commit 17e28a9

Browse files
makelinuxKAGA-KOKO
authored andcommitted
genirq: Fix typo in struct comment
Remove redundant "e" in "assign(e)ments". Signed-off-by: Costa Shulyupin <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent ae16f05 commit 17e28a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/interrupt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ struct irq_affinity_notify {
276276
#define IRQ_AFFINITY_MAX_SETS 4
277277

278278
/**
279-
* struct irq_affinity - Description for automatic irq affinity assignements
279+
* struct irq_affinity - Description for automatic irq affinity assignments
280280
* @pre_vectors: Don't apply affinity to @pre_vectors at beginning of
281281
* the MSI(-X) vector space
282282
* @post_vectors: Don't apply affinity to @post_vectors at end of

0 commit comments

Comments
 (0)