From: Michael S. Tsirkin Date: Thu, 13 Nov 2025 09:34:43 +0000 (-0500) Subject: virtio: fix virtqueue_set_affinity() docs X-Git-Tag: v5.15.198~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6035886b9d89f255ad0f5abeaf48ac247166b24;p=thirdparty%2Fkernel%2Fstable.git virtio: fix virtqueue_set_affinity() docs [ Upstream commit 43236d8bbafff94b423afecc4a692dd90602d426 ] Rewrite the comment for better grammar and clarity. Fixes: 75a0a52be3c2 ("virtio: introduce an API to set affinity for a virtqueue") Message-Id: Acked-by: Jason Wang Signed-off-by: Michael S. Tsirkin Signed-off-by: Sasha Levin --- diff --git a/include/linux/virtio_config.h b/include/linux/virtio_config.h index b341dd62aa4da..f971986fa0e9a 100644 --- a/include/linux/virtio_config.h +++ b/include/linux/virtio_config.h @@ -247,7 +247,7 @@ const char *virtio_bus_name(struct virtio_device *vdev) * @vq: the virtqueue * @cpu: the cpu no. * - * 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. * */