aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/xenbus.c
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-05-12 18:02:28 -0400
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-05-12 18:02:28 -0400
commit5185432277ddf5bd91ad5af29cd1945f25ed10fc (patch)
treee513e8837aaf5778a459e6a951b6ed36f692d582 /drivers/block/xen-blkback/xenbus.c
parentxen/blkback: if log_stats is enabled print out the data. (diff)
downloadlinux-dev-5185432277ddf5bd91ad5af29cd1945f25ed10fc.tar.xz
linux-dev-5185432277ddf5bd91ad5af29cd1945f25ed10fc.zip
xen/blkback: Align the tabs on the structure.
The recent changes caused this field of the structure to be offset a bit. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/block/xen-blkback/xenbus.c')
-rw-r--r--drivers/block/xen-blkback/xenbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xen-blkback/xenbus.c b/drivers/block/xen-blkback/xenbus.c
index e470d8869053..34570823355b 100644
--- a/drivers/block/xen-blkback/xenbus.c
+++ b/drivers/block/xen-blkback/xenbus.c
@@ -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;