From: Michael S. Tsirkin Date: Mon, 27 Apr 2015 19:01:20 +0000 (+0200) Subject: virtio: coding style tweak X-Git-Tag: v2.4.0-rc0~139^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=850d00700ba787988b6c5404e8c1a3add7141db1;p=thirdparty%2Fqemu.git virtio: coding style tweak no space needed after *. Signed-off-by: Michael S. Tsirkin --- diff --git a/include/hw/virtio/virtio.h b/include/hw/virtio/virtio.h index 9706c293950..8210cb34f9a 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 {