* [PATCH] genirq/msi: Fix typo in msi_domain_ops comment
@ 2026-05-01 23:01 Miles Krause
2026-05-04 16:11 ` Bjorn Helgaas
0 siblings, 1 reply; 3+ messages in thread
From: Miles Krause @ 2026-05-01 23:01 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: Marc Zyngier, Bjorn Helgaas, linux-kernel, Miles Krause
Fix a spelling typo in the msi_domain_ops comment.
No functional change.
Signed-off-by: Miles Krause <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 fa41eed62868..32286ec88217 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 XENs 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.
base-commit: ef5f46b630235b75beec43174348c3d01d6fc49a
--
2.54.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] genirq/msi: Fix typo in msi_domain_ops comment
2026-05-01 23:01 [PATCH] genirq/msi: Fix typo in msi_domain_ops comment Miles Krause
@ 2026-05-04 16:11 ` Bjorn Helgaas
2026-05-05 1:46 ` [PATCH v2] genirq/msi: Fix typos " Miles Krause
0 siblings, 1 reply; 3+ messages in thread
From: Bjorn Helgaas @ 2026-05-04 16:11 UTC (permalink / raw)
To: Miles Krause; +Cc: Thomas Gleixner, Marc Zyngier, Bjorn Helgaas, linux-kernel
On Fri, May 01, 2026 at 07:01:57PM -0400, Miles Krause wrote:
> Fix a spelling typo in the msi_domain_ops comment.
>
> No functional change.
>
> Signed-off-by: Miles Krause <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 fa41eed62868..32286ec88217 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 XENs separate MSI universe which can't
Maybe should fix the s/XENs/XEN's/ typo at the same time?
> * 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.
>
> base-commit: ef5f46b630235b75beec43174348c3d01d6fc49a
> --
> 2.54.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2] genirq/msi: Fix typos in msi_domain_ops comment
2026-05-04 16:11 ` Bjorn Helgaas
@ 2026-05-05 1:46 ` Miles Krause
0 siblings, 0 replies; 3+ messages in thread
From: Miles Krause @ 2026-05-05 1:46 UTC (permalink / raw)
To: tglx; +Cc: maz, helgaas, bhelgaas, linux-kernel, Miles Krause
Fix spelling and possessive typos in the msi_domain_ops comment.
No functional change.
Signed-off-by: Miles Krause <mileskrause5200@gmail.com>
---
Changes in v2:
- Also fix "XENs" to "XEN's" as suggested by Bjorn.
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 fa41eed62..a4613de11 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.
base-commit: a293ec25d59dd96309058c70df5a4dd0f889a1e4
--
2.47.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-05 1:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-01 23:01 [PATCH] genirq/msi: Fix typo in msi_domain_ops comment Miles Krause
2026-05-04 16:11 ` Bjorn Helgaas
2026-05-05 1:46 ` [PATCH v2] genirq/msi: Fix typos " Miles Krause
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox