Commit 2e44ca3f authored by Shunsuke Mie's avatar Shunsuke Mie Committed by Michael S. Tsirkin

vringh: fix a typo in comments for vringh_kiov

Probably it is a simple copy error from struct vring_iov.
Signed-off-by: default avatarShunsuke Mie <mie@igel.co.jp>
Message-Id: <20230202104248.2040652-1-mie@igel.co.jp>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 6830a6ab
......@@ -92,7 +92,7 @@ struct vringh_iov {
};
/**
* struct vringh_iov - kvec mangler.
* struct vringh_kiov - kvec mangler.
*
* Mangles kvec in place, and restores it.
* Remaining data is iov + i, of used - i elements.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment