[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <172443923970.2215.1313137188853169807.tip-bot2@tip-bot2>
Date: Fri, 23 Aug 2024 18:53:59 -0000
From: "tip-bot2 for Costa Shulyupin" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Costa Shulyupin <costa.shul@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
linux-kernel@...r.kernel.org, maz@...nel.org
Subject: [tip: irq/core] genirq: Fix typo in struct comment
The following commit has been merged into the irq/core branch of tip:
Commit-ID: 17e28a9aeae40d2de3c1ea3b94819ed94bfd6392
Gitweb: https://git.kernel.org/tip/17e28a9aeae40d2de3c1ea3b94819ed94bfd6392
Author: Costa Shulyupin <costa.shul@...hat.com>
AuthorDate: Thu, 22 Aug 2024 15:31:58 +03:00
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Fri, 23 Aug 2024 20:50:19 +02:00
genirq: Fix typo in struct comment
Remove redundant "e" in "assign(e)ments".
Signed-off-by: Costa Shulyupin <costa.shul@...hat.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lore.kernel.org/all/20240822123205.2186221-1-costa.shul@redhat.com
---
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 694de61..457151f 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
Powered by blists - more mailing lists