vhost-user: typo fixups

Fix typo in field name.
Strip two consequitive empty lines.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Michael S. Tsirkin 2014-06-29 17:58:48 +03:00
parent 3fd74b8407
commit a628fc8dae
1 changed files with 1 additions and 2 deletions

View File

@ -85,8 +85,7 @@ Depending on the request type, payload can be:
Guest address: a 64-bit guest address of the region
Size: a 64-bit size
User address: a 64-bit user address
mmmap offset: 64-bit offset where region starts in the mapped memory
mmap offset: 64-bit offset where region starts in the mapped memory
In QEMU the vhost-user message is implemented with the following struct: