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 virtqueue_set_affinity() docs

Rewrite the comment for better grammar and clarity.

Fixes: 75a0a52be3c2 ("virtio: introduce an API to set affinity for a virtqueue")
Message-Id: <e317e91bd43b070e5eaec0ebbe60c5749d02e2dd.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
··· 384 384 * @vq: the virtqueue 385 385 * @cpu_mask: the cpu mask 386 386 * 387 - * Pay attention the function are best-effort: the affinity hint may not be set 387 + * Note that this function is best-effort: the affinity hint may not be set 388 388 * due to config support, irq type and sharing. 389 389 * 390 390 */