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 e470d88..3457082 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;