mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
4eb919663d
commit
099fd2c202
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user