diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2025-11-13 12:34:43 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-11 17:18:31 +0300 |
| commit | 16f9ca19fdbe7c774e131d3b1b5b8d512424fb56 (patch) | |
| tree | 7aef0ccc00d6ed9067ed9b152e3184c91c0205b1 /include/linux | |
| parent | 2c7c498fdd156cd9238d0b701a21c7a3eb0809ba (diff) | |
| download | linux-16f9ca19fdbe7c774e131d3b1b5b8d512424fb56.tar.xz | |
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: <e317e91bd43b070e5eaec0ebbe60c5749d02e2dd.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/linux')
| -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 eee145cfea6b..2051295c3920 100644 --- a/include/linux/virtio_config.h +++ b/include/linux/virtio_config.h @@ -308,7 +308,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. * */ |
