Skip to content
Snippets Groups Projects
Commit 2e44ca3f authored by Shunsuke Mie's avatar Shunsuke Mie Committed by Michael S. Tsirkin
Browse files

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
No related branches found
Tags v2.6.21-rc1
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment