summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMiles Krause <mileskrause5200@gmail.com>2026-05-04 21:46:02 -0400
committerThomas Gleixner <tglx@kernel.org>2026-05-11 16:22:15 +0200
commit3661d5f403769b872482b584e658b71bbdb5f55e (patch)
tree38e152ff46f3e0ee810112e73c9b77623f7ce4bb /include/linux
parent254f49634ee16a731174d2ae34bc50bd5f45e731 (diff)
genirq/msi: Fix typos in msi_domain_ops commentrefs/merge-window/e2d852f67fe5bf43458749b71ed8658a03563958
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
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/msi.h2
1 files changed, 1 insertions, 1 deletions
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.