mirror of https://github.com/xemu-project/xemu.git
hw/virtio: fix some coding style issues
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220802095010.3330793-8-alex.bennee@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
c7066f2d30
commit
c97c76b3e7
|
@ -248,7 +248,8 @@ struct vhost_user {
|
|||
size_t region_rb_len;
|
||||
/* RAMBlock associated with a given region */
|
||||
RAMBlock **region_rb;
|
||||
/* The offset from the start of the RAMBlock to the start of the
|
||||
/*
|
||||
* The offset from the start of the RAMBlock to the start of the
|
||||
* vhost region.
|
||||
*/
|
||||
ram_addr_t *region_rb_offset;
|
||||
|
|
Loading…
Reference in New Issue