virtio_blk: coding style fixes
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)
commitbb6ec57600f0a57554652d21e55d57a658420921
tree5147ffc8bdbba005d1008329850ed5715452a9da
parent25e65e4efca4116a9fc7a892ede2cf98f138de45
virtio_blk: coding style fixes

Most of our code has
struct foo {
}

Fix two instances where blk is inconsistent.

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