mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
virtio: fix virtqueue_set_affinity() docs
[ Upstream commit 43236d8bbafff94b423afecc4a692dd90602d426 ]
Rewrite the comment for better grammar and clarity.
Fixes: 75a0a52be3 ("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1c7d1ef95a
commit
c1947cecdd
@@ -310,7 +310,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.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user