Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

virtio_mmio: fix one typo

fix the typo 'there is are' to 'there are'.

Signed-off-by: Xianting Tian <xianting_tian@126.com>
Link: https://lore.kernel.org/r/1612615619-8128-1-git-send-email-xianting_tian@126.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

authored by

Xianting Tian and committed by
Michael S. Tsirkin
0c4aeb4b dcfde163

+1 -1
+1 -1
drivers/virtio/virtio_mmio.c
··· 126 126 /* Give virtio_ring a chance to accept features. */ 127 127 vring_transport_features(vdev); 128 128 129 - /* Make sure there is are no mixed devices */ 129 + /* Make sure there are no mixed devices */ 130 130 if (vm_dev->version == 2 && 131 131 !__virtio_test_bit(vdev, VIRTIO_F_VERSION_1)) { 132 132 dev_err(&vdev->dev, "New virtio-mmio devices (version 2) must provide VIRTIO_F_VERSION_1 feature!\n");