vhost: fix typos in comment
Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
bf5e0bd27f
commit
a290aec88a
2 changed files with 2 additions and 2 deletions
|
@ -452,7 +452,7 @@ static void handle_rx_mergeable(struct vhost_net *net)
|
|||
move_iovec_hdr(vq->iov, vq->hdr, vhost_hlen, in);
|
||||
else
|
||||
/* Copy the header for use in VIRTIO_NET_F_MRG_RXBUF:
|
||||
* needed because sendmsg can modify msg_iov. */
|
||||
* needed because recvmsg can modify msg_iov. */
|
||||
copy_iovec_hdr(vq->iov, vq->hdr, sock_hlen, in);
|
||||
msg.msg_iovlen = in;
|
||||
err = sock->ops->recvmsg(NULL, sock, &msg,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue