summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/xenbus.c
diff options
context:
space:
mode:
authorJoe Jin <joe.jin@oracle.com>2011-08-15 12:57:07 +0800
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-08-22 11:35:36 -0400
commit1bc05b0ae6448b20d46076899e0cc12ad999e50e (patch)
tree509b16a1f2c83f2966b6c7b8e9a8f4bd73ad5063 /drivers/block/xen-blkback/xenbus.c
parent6f5986bce558e64fe867bff600a2127a3cb0c006 (diff)
downloadlinux-1bc05b0ae6448b20d46076899e0cc12ad999e50e.tar.bz2
xen-blkback: fixed indentation and comments
This patch fixes belows: 1. Fix code style issue. 2. Fix incorrect functions name in comments. Signed-off-by: Joe Jin <joe.jin@oracle.com> Cc: Jens Axboe <jaxboe@fusionio.com> Cc: Ian Campbell <Ian.Campbell@eu.citrix.com> 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/xen-blkback/xenbus.c b/drivers/block/xen-blkback/xenbus.c
index 7be3d0fe8ad3..a96cb5f893a8 100644
--- a/drivers/block/xen-blkback/xenbus.c
+++ b/drivers/block/xen-blkback/xenbus.c
@@ -590,7 +590,7 @@ static void frontend_changed(struct xenbus_device *dev,
/*
* Enforce precondition before potential leak point.
- * blkif_disconnect() is idempotent.
+ * xen_blkif_disconnect() is idempotent.
*/
xen_blkif_disconnect(be->blkif);
@@ -611,7 +611,7 @@ static void frontend_changed(struct xenbus_device *dev,
break;
/* fall through if not online */
case XenbusStateUnknown:
- /* implies blkif_disconnect() via blkback_remove() */
+ /* implies xen_blkif_disconnect() via xen_blkbk_remove() */
device_unregister(&dev->dev);
break;