]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5c06f9797a59a3f9c09f6a36dee0e8996e78ee9a
tree5147ffc8bdbba005d1008329850ed5715452a9da
parent4bafac9306896b08fe8f3c039e9e2ecf93861961
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