Skip to content

Commit acb0055

Browse files
Bo Liumstsirkin
authored andcommitted
virtio: Fix all occurences of the "the the" typo
There are double "the" in message in file virtio_mmio.c and virtio_pci_modern_dev.c, fix it. Signed-off-by: Bo Liu <liubo03@inspur.com> Message-Id: <20220609031106.2161-1-liubo03@inspur.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
1 parent b27ee76 commit acb0055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/virtio/virtio_mmio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ static void vm_set_status(struct virtio_device *vdev, u8 status)
255255

256256
/*
257257
* Per memory-barriers.txt, wmb() is not needed to guarantee
258-
* that the the cache coherent memory writes have completed
258+
* that the cache coherent memory writes have completed
259259
* before writing to the MMIO region.
260260
*/
261261
writel(status, vm_dev->base + VIRTIO_MMIO_STATUS);

drivers/virtio/virtio_pci_modern_dev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ void vp_modern_set_status(struct virtio_pci_modern_device *mdev,
469469

470470
/*
471471
* Per memory-barriers.txt, wmb() is not needed to guarantee
472-
* that the the cache coherent memory writes have completed
472+
* that the cache coherent memory writes have completed
473473
* before writing to the MMIO region.
474474
*/
475475
vp_iowrite8(status, &cfg->device_status);

0 commit comments

Comments
 (0)