diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2025-11-13 04:34:31 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-12-18 14:00:00 +0100 |
| commit | 8dfac5544f511535e07639fe5fded784947430f8 (patch) | |
| tree | 2bae1ff6e448fbc7209723d10b4f090c1acf3968 /include | |
| parent | 417a626f946a4b301174336801fe2e86b1dd50d6 (diff) | |
| download | linux-8dfac5544f511535e07639fe5fded784947430f8.tar.gz linux-8dfac5544f511535e07639fe5fded784947430f8.tar.bz2 linux-8dfac5544f511535e07639fe5fded784947430f8.zip | |
virtio: fix typo in virtio_device_ready() comment
[ Upstream commit 361173f95ae4b726ebbbf0bd594274f5576c4abc ]
"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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/virtio_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/virtio_config.h b/include/linux/virtio_config.h index 7427b79d6f3d..148dc5056002 100644 --- a/include/linux/virtio_config.h +++ b/include/linux/virtio_config.h @@ -290,7 +290,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 |
