提交 850d0070 编写于 作者: M Michael S. Tsirkin

virtio: coding style tweak

no space needed after *.
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 a0ccd212
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册