]> git.proxmox.com Git - mirror_qemu.git/commit
block: use the standard 'ret' instead of 'result'
authorJeff Cody <jcody@redhat.com>
Wed, 23 Jul 2014 21:22:59 +0000 (17:22 -0400)
committerKevin Wolf <kwolf@redhat.com>
Fri, 15 Aug 2014 13:07:15 +0000 (15:07 +0200)
commitdddc7750d68c3ea86d88b060a77acb60d2eeb4a7
treeab66a5b85adb8316dd0986f27bac25eeb6cd4da3
parent70747862f129ea0af5e3910f204cc93174c549e4
block: use the standard 'ret' instead of 'result'

Most QEMU code uses 'ret' for function return values. The VDI driver
uses a mix of 'result' and 'ret'.  This cleans that up, switching over
to the standard 'ret' usage.

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