OSDN Git Service

vringh: fix vringh_iov_push_*() documentation
authorStefano Garzarella <sgarzare@redhat.com>
Mon, 16 Nov 2020 16:16:53 +0000 (17:16 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 25 Nov 2020 09:22:48 +0000 (04:22 -0500)
commit8009b0f4ab3151f3b8c1675ceb0f9151f09dddaa
tree18188ff591667f6ef8d579841bb6cf6f8f65d4a4
parentb4fffc177fad3c99ee049611a508ca9561bb6871
vringh: fix vringh_iov_push_*() documentation

vringh_iov_push_*() functions don't have 'dst' parameter, but have
the 'src' parameter.

Replace 'dst' description with 'src' description.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/20201116161653.102904-1-sgarzare@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vringh.c