projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eb9196
)
vfio/pci: fix the wrong word
author
Bo Liu
<liubo03@inspur.com>
Mon, 1 Aug 2022 01:39:18 +0000
(21:39 -0400)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/drivers/vfio/pci/vfio_pci_config.c
b/drivers/vfio/pci/vfio_pci_config.c
index 97e5ade6efb33b714d1c31ed8abb2ce003613dbe..442d3ba4122b22de9293ceeec9f64240ba090557 100644
(file)
--- a/
drivers/vfio/pci/vfio_pci_config.c
+++ b/
drivers/vfio/pci/vfio_pci_config.c
@@
-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-virtual
i
zed and writable bits go to hardware */
if (write & ~virt) {
struct pci_dev *pdev = vdev->pdev;
__le32 phys_val = 0;