Skip to content

Commit 3661d5f

Browse files
Mills520Thomas Gleixner
authored andcommitted
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
1 parent 254f496 commit 3661d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/msi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ struct msi_domain_info;
444444
*
445445
* @domain_alloc_irqs, @domain_free_irqs can be used to override the
446446
* default allocation/free functions (__msi_domain_alloc/free_irqs). This
447-
* is initially for a wrapper around XENs seperate MSI universe which can't
447+
* is initially for a wrapper around XEN's separate MSI universe which can't
448448
* be wrapped into the regular irq domains concepts by mere mortals. This
449449
* allows to universally use msi_domain_alloc/free_irqs without having to
450450
* special case XEN all over the place.

0 commit comments

Comments
 (0)