Skip to content

Commit

Permalink
xen/blkback: Align the tabs on the structure.
Browse files Browse the repository at this point in the history
The recent changes caused this field of the structure to be offset a bit.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Konrad Rzeszutek Wilk committed May 12, 2011
1 parent cca537a commit 5185432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/xen-blkback/xenbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5185432

Please sign in to comment.