virtio_pci: fix coding style for structs
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Dec 2014 14:34:30 +0000 (16:34 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 9 Dec 2014 19:42:01 +0000 (21:42 +0200)
commitf913dd4536b10dd26dbda0cd9866e9b0ede9011e
treec01cf3ed23e363a7643d95b4d7e5b95e2efca749
parentaf535722f8f2ff057dc676ca3f0a99612cd6b02e
virtio_pci: fix coding style for structs

should be

struct foo {
}

not

struct foo
{
}

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_pci.c