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

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -54,8 +54,7 @@
#define END_USE(vq)
#endif

struct vring_virtqueue
{
struct vring_virtqueue {
	struct virtqueue vq;

	/* Actual memory layout for this queue */