[GIT pull] irq/msi for v7.2-rc1
From: Thomas Gleixner
Date: Sat Jun 13 2026 - 17:25:11 EST
Linus,
please pull the latest irq/msi branch from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-msi-2026-06-13
up to: 3661d5f40376: genirq/msi: Fix typos in msi_domain_ops comment
A trivial update to the MSI interrupt subsystem, which fixes a couple of
typos.
Thanks,
tglx
------------------>
Miles Krause (1):
genirq/msi: Fix typos in msi_domain_ops comment
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 fa41eed62868..a4613de11960 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.