]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
genirq/msi: Fix typos in msi_domain_ops comment
authorMiles Krause <mileskrause5200@gmail.com>
Tue, 5 May 2026 01:46:02 +0000 (21:46 -0400)
committerThomas Gleixner <tglx@kernel.org>
Mon, 11 May 2026 14:22:15 +0000 (16:22 +0200)
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

index fa41eed6286826dbc6583002001561ab816f08c2..a4613de11960d41c418a223c3a8fcf143e9f60ee 100644 (file)
@@ -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.