virtio: coding style tweak

no space needed after *.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Michael S. Tsirkin 2015-04-27 21:01:20 +02:00
parent a0ccd2123e
commit 850d00700b
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ struct VirtIODevice
VMChangeStateEntry *vmstate;
char *bus_name;
uint8_t device_endian;
QLIST_HEAD(, VirtQueue) * vector_queues;
QLIST_HEAD(, VirtQueue) *vector_queues;
};
typedef struct VirtioDeviceClass {