From: Costa Shulyupin Date: Thu, 22 Aug 2024 12:31:58 +0000 (+0300) Subject: genirq: Fix typo in struct comment X-Git-Tag: v6.12-rc1~195^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17e28a9aeae40d2de3c1ea3b94819ed94bfd6392;p=thirdparty%2Flinux.git genirq: Fix typo in struct comment Remove redundant "e" in "assign(e)ments". Signed-off-by: Costa Shulyupin Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/all/20240822123205.2186221-1-costa.shul@redhat.com --- diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 694de61e0b383..457151f9f263d 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