]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc0511365ac7990b668193b1fba73f70bfaaa2ffe
tree4f1ff1e9125ee7944b6626371a30f10cc366cfae
parent5c06f9797a59a3f9c09f6a36dee0e8996e78ee9a
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