diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-05-12 18:02:28 -0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-05-12 18:02:28 -0400 |
commit | 5185432277ddf5bd91ad5af29cd1945f25ed10fc (patch) | |
tree | e513e8837aaf5778a459e6a951b6ed36f692d582 /drivers/block/xen-blkback | |
parent | cca537af7d6defe8001c2229da738f8a3c934fc0 (diff) |
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')
-rw-r--r-- | drivers/block/xen-blkback/xenbus.c | 2 |
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 @@ | |||
23 | 23 | ||
24 | struct backend_info { | 24 | struct backend_info { |
25 | struct xenbus_device *dev; | 25 | struct xenbus_device *dev; |
26 | struct xen_blkif *blkif; | 26 | struct xen_blkif *blkif; |
27 | struct xenbus_watch backend_watch; | 27 | struct xenbus_watch backend_watch; |
28 | unsigned major; | 28 | unsigned major; |
29 | unsigned minor; | 29 | unsigned minor; |