]> Gentwo Git Trees - linux/.git/commitdiff
virtio: fix typo in virtio_device_ready() comment
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 13 Nov 2025 09:34:31 +0000 (04:34 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 27 Nov 2025 07:03:05 +0000 (02:03 -0500)
"coherenct" -> "coherent"

Fixes: 8b4ec69d7e09 ("virtio: harden vring IRQ")
Message-Id: <db286e9a65449347f6584e68c9960fd5ded2b4b0.1763026134.git.mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/linux/virtio_config.h

index 16001e9f9b391eb215d0c89dae290afc0d58de11..1ea5baa62141fa32340d1e93bf65df97ae6bbb33 100644 (file)
@@ -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