]> xenbits.xensource.com Git - qemu-xen.git/commit
vdi: Make comments consistent with other drivers
authorKevin Wolf <kwolf@redhat.com>
Fri, 9 Mar 2018 18:53:19 +0000 (19:53 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 19 Mar 2018 11:01:39 +0000 (12:01 +0100)
commitda23248f272bcb8d4fa75c994110d4366ccceb97
treea98f00ae4c13b6a3fe3f0495f79c4f23af4daade
parent959355a476122ba40c7f2953d1777daf63be54a5
vdi: Make comments consistent with other drivers

This makes the .bdrv_co_create(_opts) implementation of vdi look more
like the other recently converted block drivers.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
block/vdi.c