]> Git Repo - linux.git/commitdiff
virtio_ring: correct the expression of the description of virtqueue_resize()
authorXuan Zhuo <[email protected]>
Thu, 10 Aug 2023 12:30:52 +0000 (20:30 +0800)
committerMichael S. Tsirkin <[email protected]>
Sun, 3 Sep 2023 22:10:23 +0000 (18:10 -0400)
Modify the "useless" to a more accurate "unused".

Signed-off-by: Xuan Zhuo <[email protected]>
Acked-by: Jason Wang <[email protected]>
Message-Id: <20230810123057[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
drivers/virtio/virtio_ring.c

index 7973814b6e318f7f1026d40f85415a8bd2ff7e12..fd9ae020e0a32da535049bfbfb87e3b27b8d6033 100644 (file)
@@ -2678,7 +2678,7 @@ EXPORT_SYMBOL_GPL(vring_create_virtqueue_dma);
  * virtqueue_resize - resize the vring of vq
  * @_vq: the struct virtqueue we're talking about.
  * @num: new ring num
- * @recycle: callback for recycle the useless buffer
+ * @recycle: callback to recycle unused buffers
  *
  * When it is really necessary to create a new vring, it will set the current vq
  * into the reset state. Then call the passed callback to recycle the buffer
This page took 0.061941 seconds and 4 git commands to generate.