]> Pileus Git - ~andy/linux/commitdiff
xen/blkback: Align the tabs on the structure.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 12 May 2011 22:02:28 +0000 (18:02 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 12 May 2011 22:02:28 +0000 (18:02 -0400)
The recent changes caused this field of the structure to be offset a bit.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/block/xen-blkback/xenbus.c

index e470d88690536195aad74b1e932f791779f65f55..34570823355be5715c35bc86eabfc33d7ea41b83 100644 (file)
@@ -23,7 +23,7 @@
 
 struct backend_info {
        struct xenbus_device    *dev;
-       struct xen_blkif                *blkif;
+       struct xen_blkif        *blkif;
        struct xenbus_watch     backend_watch;
        unsigned                major;
        unsigned                minor;