Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c555aab9 authored by Joe Jin's avatar Joe Jin Committed by Konrad Rzeszutek Wilk
Browse files

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: default avatarJoe Jin <joe.jin@oracle.com>
Cc: Jens Axboe <jaxboe@fusionio.com>
Cc: Ian Campbell <Ian.Campbell@eu.citrix.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 69ef68ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -646,7 +646,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);

@@ -667,7 +667,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;

+1 −1

File changed.

Contains only whitespace changes.