Commit 43b4f721 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by Rusty Russell

virtio_ring: coding style fix

Most of our code has
struct foo {
}

Fix one instances where ring is inconsistent.
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent bb6ec576
......@@ -54,8 +54,7 @@
#define END_USE(vq)
#endif
struct vring_virtqueue
{
struct vring_virtqueue {
struct virtqueue vq;
/* Actual memory layout for this queue */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment