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

Configure Feed

Select the types of activity you want to include in your feed.

virtio: fix typo in virtio_device_ready() comment

"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>

+1 -1
+1 -1
include/linux/virtio_config.h
··· 362 362 * specific set_status() method. 363 363 * 364 364 * A well behaved device will only notify a virtqueue after 365 - * DRIVER_OK, this means the device should "see" the coherenct 365 + * DRIVER_OK, this means the device should "see" the coherent 366 366 * memory write that set vq->broken as false which is done by 367 367 * the driver when it sees DRIVER_OK, then the following 368 368 * driver's vring_interrupt() will see vq->broken as false so