virtio: coding style tweak
no space needed after *. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
a0ccd2123e
commit
850d00700b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user