summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-04-27 21:01:20 +0200
committerMichael S. Tsirkin <mst@redhat.com>2015-04-27 21:02:42 +0200
commit850d00700ba787988b6c5404e8c1a3add7141db1 (patch)
tree97eca0e56a3c9288cf83c78b803f457252e9facc
parenta0ccd2123ee2f83a1f081e4c39013c3316f9ec7a (diff)
downloadqemu-850d00700ba787988b6c5404e8c1a3add7141db1.tar.gz
virtio: coding style tweak
no space needed after *. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-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 {