On 18.07.2014 22:54, Jeff Cody wrote:
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.Signed-off-by: Jeff Cody <jc...@redhat.com> --- block/vdi.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>(still applies if you have to change the penultimate hunk due to s/bs->file/bs/ in patch 2)