We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b319940 commit 4d09f24Copy full SHA for 4d09f24
drivers/virtio/virtio_ring.c
@@ -2678,7 +2678,7 @@ EXPORT_SYMBOL_GPL(vring_create_virtqueue_dma);
2678
* virtqueue_resize - resize the vring of vq
2679
* @_vq: the struct virtqueue we're talking about.
2680
* @num: new ring num
2681
- * @recycle: callback for recycle the useless buffer
+ * @recycle: callback to recycle unused buffers
2682
*
2683
* When it is really necessary to create a new vring, it will set the current vq
2684
* into the reset state. Then call the passed callback to recycle the buffer
0 commit comments