summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael S. Tsirkin2015-04-27 21:01:20 +0200
committerMichael S. Tsirkin2015-04-27 21:02:42 +0200
commit850d00700ba787988b6c5404e8c1a3add7141db1 (patch)
tree97eca0e56a3c9288cf83c78b803f457252e9facc /include
parentpci: remove hard-coded bar size in msix_init_exclusive_bar() (diff)
downloadqemu-850d00700ba787988b6c5404e8c1a3add7141db1.tar.gz
qemu-850d00700ba787988b6c5404e8c1a3add7141db1.tar.xz
qemu-850d00700ba787988b6c5404e8c1a3add7141db1.zip
virtio: coding style tweak
no space needed after *. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/virtio/virtio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/virtio/virtio.h b/include/hw/virtio/virtio.h
index 9706c29395..8210cb34f9 100644
--- a/include/hw/virtio/virtio.h
+++ b/include/hw/virtio/virtio.h
@@ -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 {