]> Git Repo - qemu.git/commit
block: use the standard 'ret' instead of 'result'
authorJeff Cody <[email protected]>
Wed, 23 Jul 2014 21:22:59 +0000 (17:22 -0400)
committerKevin Wolf <[email protected]>
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 <[email protected]>
Signed-off-by: Jeff Cody <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/vdi.c
This page took 0.024752 seconds and 4 git commands to generate.