]> git.baikalelectronics.ru Git - kernel.git/commitdiff
vfio/pci: fix the wrong word
authorBo Liu <liubo03@inspur.com>
Mon, 1 Aug 2022 01:39:18 +0000 (21:39 -0400)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 1 Aug 2022 19:37:42 +0000 (13:37 -0600)
This patch fixes a wrong word in comment.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Link: https://lore.kernel.org/r/20220801013918.2520-1-liubo03@inspur.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci_config.c

index 97e5ade6efb33b714d1c31ed8abb2ce003613dbe..442d3ba4122b22de9293ceeec9f64240ba090557 100644 (file)
@@ -222,7 +222,7 @@ static int vfio_default_config_write(struct vfio_pci_core_device *vdev, int pos,
                memcpy(vdev->vconfig + pos, &virt_val, count);
        }
 
-       /* Non-virtualzed and writable bits go to hardware */
+       /* Non-virtualized and writable bits go to hardware */
        if (write & ~virt) {
                struct pci_dev *pdev = vdev->pdev;
                __le32 phys_val = 0;