aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXianting Tian <[email protected]>2021-02-06 07:46:59 -0500
committerMichael S. Tsirkin <[email protected]>2021-02-23 07:52:59 -0500
commit0c4aeb4b5087f09ef61ff362394202ab7cf9f3e2 (patch)
tree66f14244bfe6c9ed8dafc9e063cd417aa5c8c7f9
parentdcfde1635e764fd69cc756c7780d144e288608e9 (diff)
virtio_mmio: fix one typo
fix the typo 'there is are' to 'there are'. Signed-off-by: Xianting Tian <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michael S. Tsirkin <[email protected]>
-rw-r--r--drivers/virtio/virtio_mmio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/virtio_mmio.c b/drivers/virtio/virtio_mmio.c
index 238383ff1064..a286d22b6551 100644
--- a/drivers/virtio/virtio_mmio.c
+++ b/drivers/virtio/virtio_mmio.c
@@ -126,7 +126,7 @@ static int vm_finalize_features(struct virtio_device *vdev)
/* Give virtio_ring a chance to accept features. */
vring_transport_features(vdev);
- /* Make sure there is are no mixed devices */
+ /* Make sure there are no mixed devices */
if (vm_dev->version == 2 &&
!__virtio_test_bit(vdev, VIRTIO_F_VERSION_1)) {
dev_err(&vdev->dev, "New virtio-mmio devices (version 2) must provide VIRTIO_F_VERSION_1 feature!\n");