qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/4] block: use the standard 'ret' instead of 'r


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 3/4] block: use the standard 'ret' instead of 'result'
Date: Sat, 19 Jul 2014 15:23:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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 <address@hidden>
---
  block/vdi.c | 36 ++++++++++++++++++------------------
  1 file changed, 18 insertions(+), 18 deletions(-)

Reviewed-by: Max Reitz <address@hidden>

(still applies if you have to change the penultimate hunk due to s/bs->file/bs/ in patch 2)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]