diff options
author | Costa Shulyupin <[email protected]> | 2024-08-22 15:31:58 +0300 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-08-23 20:50:19 +0200 |
commit | 17e28a9aeae40d2de3c1ea3b94819ed94bfd6392 (patch) | |
tree | 95017ee9e43843e85c7c7855eaac86aad6e42966 | |
parent | ae16f05c928a1336d5d9d19fd805d7bf29c3f0c8 (diff) |
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]
-rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 694de61e0b38..457151f9f263 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -276,7 +276,7 @@ struct irq_affinity_notify { #define IRQ_AFFINITY_MAX_SETS 4 /** - * struct irq_affinity - Description for automatic irq affinity assignements + * struct irq_affinity - Description for automatic irq affinity assignments * @pre_vectors: Don't apply affinity to @pre_vectors at beginning of * the MSI(-X) vector space * @post_vectors: Don't apply affinity to @post_vectors at end of |