[tip: irq/msi] genirq/msi: Fix typos in msi_domain_ops comment

tip-bot2 for Miles Krause posted 1 patch 1 month ago
include/linux/msi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[tip: irq/msi] genirq/msi: Fix typos in msi_domain_ops comment
Posted by tip-bot2 for Miles Krause 1 month ago
The following commit has been merged into the irq/msi branch of tip:

Commit-ID:     3661d5f403769b872482b584e658b71bbdb5f55e
Gitweb:        https://git.kernel.org/tip/3661d5f403769b872482b584e658b71bbdb5f55e
Author:        Miles Krause <mileskrause5200@gmail.com>
AuthorDate:    Mon, 04 May 2026 21:46:02 -04:00
Committer:     Thomas Gleixner <tglx@kernel.org>
CommitterDate: Mon, 11 May 2026 16:22:15 +02:00

genirq/msi: Fix typos in msi_domain_ops comment

Fix spelling and possessive typos in the msi_domain_ops comment.

No functional change.

Signed-off-by: Miles Krause <mileskrause5200@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260505014602.5879-1-mileskrause5200@gmail.com
---
 include/linux/msi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/msi.h b/include/linux/msi.h
index fa41eed..a4613de 100644
--- a/include/linux/msi.h
+++ b/include/linux/msi.h
@@ -444,7 +444,7 @@ struct msi_domain_info;
  *
  * @domain_alloc_irqs, @domain_free_irqs can be used to override the
  * default allocation/free functions (__msi_domain_alloc/free_irqs). This
- * is initially for a wrapper around XENs seperate MSI universe which can't
+ * is initially for a wrapper around XEN's separate MSI universe which can't
  * be wrapped into the regular irq domains concepts by mere mortals.  This
  * allows to universally use msi_domain_alloc/free_irqs without having to
  * special case XEN all over the place.