qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 01/23] qemu-nbd: Replace BSDism <err.h> by er


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 01/23] qemu-nbd: Replace BSDism <err.h> by error_report()
Date: Thu, 17 Dec 2015 12:56:01 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 12/17/2015 11:52 AM, Markus Armbruster wrote:
> Eric Blake <address@hidden> writes:
> 
>> On 12/17/2015 09:49 AM, Markus Armbruster wrote:
>>> Coccinelle semantic patch
>>>

>>>          case 'k':
>>>              sockpath = optarg;
>>>              if (sockpath[0] != '/') {
>>> -                errx(EXIT_FAILURE, "socket path must be absolute\n");
>>> +                error_report("socket path must be absolute\n");
>>
>> I'm guessing later in the series will kill the trailing newline? If so,
>> then this patch is fine (again, limiting to just coccinelle here).
> 
> It's a mistake-preserving patch :)

As it should be. No-op automatic semantic transformations are easiest to
review when they are really no-op.

> 
> It should be killed in PATCH 21, but isn't, because I forgot to run
> Coccinelle again after rebasing v1 onto the patches new in v2.  I'll fix
> PATCH 21.

> 
> What about:
> 
>     A few of the error messages touched have trailing newlines.  They'll
>     be stripped later in this series.

Works for me.

>> Long source line worth wrapping?
>>
>> Line wraps and commit message improvements seem obvious, so I'm okay
>> with adding:
>> Reviewed-by: Eric Blake <address@hidden>
> 
> Thanks!

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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