Commit 361173f9 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

virtio: fix typo in virtio_device_ready() comment



"coherenct" -> "coherent"

Fixes: 8b4ec69d ("virtio: harden vring IRQ")
Message-Id: <db286e9a65449347f6584e68c9960fd5ded2b4b0.1763026134.git.mst@redhat.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent f8113000
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ void virtio_device_ready(struct virtio_device *dev)
	 * specific set_status() method.
	 *
	 * A well behaved device will only notify a virtqueue after
	 * DRIVER_OK, this means the device should "see" the coherenct
	 * DRIVER_OK, this means the device should "see" the coherent
	 * memory write that set vq->broken as false which is done by
	 * the driver when it sees DRIVER_OK, then the following
	 * driver's vring_interrupt() will see vq->broken as false so