qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] s390: Add default support for SCLP console


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH] s390: Add default support for SCLP console
Date: Thu, 24 Jan 2013 16:52:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

Am 24.01.2013 13:44, schrieb Alexander Graf:
> 
> On 24.01.2013, at 13:37, Andreas Färber wrote:
> 
>> Am 24.01.2013 12:23, schrieb Alexander Graf:
>>> @@ -4060,6 +4106,8 @@ int main(int argc, char **argv, char **envp)
>>>         exit(1);
>>>     if (foreach_device_config(DEV_VIRTCON, virtcon_parse) < 0)
>>>         exit(1);
>>> +    if (foreach_device_config(DEV_SCLP, sclp_parse) < 0)
>>> +        exit(1);
>>
>> Braces (seems you're not using a checkpatch.pl commit hook?)
> 
> I know, but I decided against braces here and above as it would make the code 
> completely unreadable to have braces in some cases, but not in others.

I don't see how that would make anything unreadable? It would merely add
three } lines. If you feel like it, you could optionally fix the other
occurrences first and then put your addition on top. Shouldn't cost much
time either way.

As it stands it's kind of a the-rules-don't-apply-for-me argument. :(

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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