diff mbox

[PULL,15/28] virtio: coding style tweak

Message ID 1431329108-2605-16-git-send-email-mst@redhat.com
State New
Headers show

Commit Message

Michael S. Tsirkin May 11, 2015, 12:47 p.m. UTC
no space needed after *.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 include/hw/virtio/virtio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/hw/virtio/virtio.h b/include/hw/virtio/virtio.h
index 9706c29..8210cb3 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 {