Commit 43236d8b authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

virtio: fix virtqueue_set_affinity() docs



Rewrite the comment for better grammar and clarity.

Fixes: 75a0a52b ("virtio: introduce an API to set affinity for a virtqueue")
Message-Id: <e317e91bd43b070e5eaec0ebbe60c5749d02e2dd.1763026134.git.mst@redhat.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 5e88a5a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -384,7 +384,7 @@ const char *virtio_bus_name(struct virtio_device *vdev)
 * @vq: the virtqueue
 * @cpu_mask: the cpu mask
 *
 * Pay attention the function are best-effort: the affinity hint may not be set
 * Note that this function is best-effort: the affinity hint may not be set
 * due to config support, irq type and sharing.
 *
 */