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 grammar in virtio_queue_info docs

Fix grammar in the description of @ctx

Fixes: c502eb85c34e ("virtio: introduce virtio_queue_info struct and find_vqs_info() config op")
Message-Id: <a5cf2b92573200bdb1c1927e559d3930d61a4af2.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
··· 24 24 * a virtqueue unused by the driver. 25 25 * @callback: A callback to invoke on a used buffer notification. 26 26 * NULL for a virtqueue that does not need a callback. 27 - * @ctx: A flag to indicate to maintain an extra context per virtqueue. 27 + * @ctx: whether to maintain an extra context per virtqueue. 28 28 */ 29 29 struct virtqueue_info { 30 30 const char *name;