]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitde30ebe361965cf55cade48dca4c8b6913025833
treec01cf3ed23e363a7643d95b4d7e5b95e2efca749
parente00ba961fd231477e1f3fd58c4e6c6544c449231
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