]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
genirq: Fix typo in struct comment
authorCosta Shulyupin <costa.shul@redhat.com>
Thu, 22 Aug 2024 12:31:58 +0000 (15:31 +0300)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 Aug 2024 18:50:19 +0000 (20:50 +0200)
Remove redundant "e" in "assign(e)ments".

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240822123205.2186221-1-costa.shul@redhat.com
include/linux/interrupt.h

index 694de61e0b383633bbd508f6fca6248fc57ab789..457151f9f263d9042625decde2c15822d860b134 100644 (file)
@@ -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