On Tue, Feb 14, 2023 at 3:27 PM Xuan Zhuo <[email protected]> wrote: > > Modify the "useless" to a more accurate "unused". > > Signed-off-by: Xuan Zhuo <[email protected]>
Acked-by: Jason Wang <[email protected]> Thanks > --- > drivers/virtio/virtio_ring.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c > index 84129b8c3e2a..2ba60a14f557 100644 > --- a/drivers/virtio/virtio_ring.c > +++ b/drivers/virtio/virtio_ring.c > @@ -2865,7 +2865,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 > -- > 2.32.0.3.g01195cf9f > _______________________________________________ Virtualization mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/virtualization
