From: Konrad Rzeszutek Wilk Date: Thu, 12 May 2011 22:02:28 +0000 (-0400) Subject: xen/blkback: Align the tabs on the structure. X-Git-Tag: v3.0-rc1~162^2~16^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5185432;p=thirdparty%2Flinux.git 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 --- diff --git a/drivers/block/xen-blkback/xenbus.c b/drivers/block/xen-blkback/xenbus.c index e470d88690536..34570823355be 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;