virtio_pci: fix coding style for structs
should be
struct foo {
}
not
struct foo
{
}
Signed-off-by:
Michael S. Tsirkin <mst@redhat.com>
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
should be
struct foo {
}
not
struct foo
{
}
Signed-off-by:
Michael S. Tsirkin <mst@redhat.com>