virtio_ring: coding style fix
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Jan 2015 11:33:31 +0000 (13:33 +0200)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 21 Jan 2015 05:58:57 +0000 (16:28 +1030)
commit43b4f721ce6d497648a8d4a21c1d53483090bcf9
tree4f1ff1e9125ee7944b6626371a30f10cc366cfae
parentbb6ec57600f0a57554652d21e55d57a658420921
virtio_ring: coding style fix

Most of our code has
struct foo {
}

Fix one instances where ring is inconsistent.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/virtio/virtio_ring.c