[PATCH] vpci/msix: fix typo

Stewart Hildebrand posted 1 patch 6 days, 22 hours ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260224030519.27104-1-stewart.hildebrand@amd.com
xen/drivers/vpci/msix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] vpci/msix: fix typo
Posted by Stewart Hildebrand 6 days, 22 hours ago
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
Re: [PATCH] vpci/msix: fix typo
Posted by Roger Pau Monné 6 days, 16 hours ago
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.