]> 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)
commitc20cd3e896c384ff2c2a5ec1eeedddb7f030eac9
tree5147ffc8bdbba005d1008329850ed5715452a9da
parentd941f4ade1fcba42c52f24856716a7f61d0af988
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