* [PATCH] vpci/msix: fix typo
@ 2026-02-24 3:05 Stewart Hildebrand
2026-02-24 8:27 ` Roger Pau Monné
0 siblings, 1 reply; 2+ messages in thread
From: Stewart Hildebrand @ 2026-02-24 3:05 UTC (permalink / raw)
To: xen-devel; +Cc: Stewart Hildebrand, Roger Pau Monné
Signed-off-by: Stewart Hildebrand <stewart.hildebrand@amd.com>
---
xen/drivers/vpci/msix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/drivers/vpci/msix.c b/xen/drivers/vpci/msix.c
index 516282205a53..eaf8fae970f8 100644
--- a/xen/drivers/vpci/msix.c
+++ b/xen/drivers/vpci/msix.c
@@ -795,7 +795,7 @@ static int cf_check init_msix(struct pci_dev *pdev)
/*
* vPCI header initialization will have mapped the whole BAR into the
- * p2m, as MSI-X capability was not yet initialized. Crave a hole for
+ * p2m, as MSI-X capability was not yet initialized. Carve a hole for
* the MSI-X table here, so that Xen can trap accesses.
*/
return vpci_make_msix_hole(pdev);
base-commit: 5eb84d6c992cf4e81936872c441b649057947442
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] vpci/msix: fix typo
2026-02-24 3:05 [PATCH] vpci/msix: fix typo Stewart Hildebrand
@ 2026-02-24 8:27 ` Roger Pau Monné
0 siblings, 0 replies; 2+ messages in thread
From: Roger Pau Monné @ 2026-02-24 8:27 UTC (permalink / raw)
To: Stewart Hildebrand; +Cc: xen-devel
On Mon, Feb 23, 2026 at 10:05:15PM -0500, Stewart Hildebrand wrote:
> Signed-off-by: Stewart Hildebrand <stewart.hildebrand@amd.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
I'm happy if you want to fold this kind of typo fixes together with
other changes, if you are already doing other fixes/modifications to
the MSIX code.
Thanks, Roger.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-24 8:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-24 3:05 [PATCH] vpci/msix: fix typo Stewart Hildebrand
2026-02-24 8:27 ` Roger Pau Monné
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.