Commit 63598fba authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

virtio: fix grammar in virtio_queue_info docs



Fix grammar in the description of @ctx

Fixes: c502eb85 ("virtio: introduce virtio_queue_info struct and find_vqs_info() config op")
Message-Id: <a5cf2b92573200bdb1c1927e559d3930d61a4af2.1763026134.git.mst@redhat.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 7831791e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ typedef void vq_callback_t(struct virtqueue *);
 *        a virtqueue unused by the driver.
 * @callback: A callback to invoke on a used buffer notification.
 *            NULL for a virtqueue that does not need a callback.
 * @ctx: A flag to indicate to maintain an extra context per virtqueue.
 * @ctx: whether to maintain an extra context per virtqueue.
 */
struct virtqueue_info {
	const char *name;