Skip to content

Commit 099fd2c

Browse files
Bo Liuawilliam
authored andcommitted
vfio/pci: fix the wrong word
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>
1 parent 4eb9196 commit 099fd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/vfio/pci/vfio_pci_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ static int vfio_default_config_write(struct vfio_pci_core_device *vdev, int pos,
222222
memcpy(vdev->vconfig + pos, &virt_val, count);
223223
}
224224

225-
/* Non-virtualzed and writable bits go to hardware */
225+
/* Non-virtualized and writable bits go to hardware */
226226
if (write & ~virt) {
227227
struct pci_dev *pdev = vdev->pdev;
228228
__le32 phys_val = 0;

0 commit comments

Comments
 (0)