[PATCH] interrupt.h: fix typo in struct comment

From: Costa Shulyupin
Date: Thu Aug 22 2024 - 08:32:46 EST


Remove redundant "e" in "assign(e)ments".

Signed-off-by: Costa Shulyupin <costa.shul@xxxxxxxxxx>
---
include/linux/interrupt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.45.0