qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 01/15] xen: Fix coding style errors


From: Anthony PERARD
Subject: Re: [Qemu-devel] [PATCH 01/15] xen: Fix coding style errors
Date: Tue, 11 Oct 2016 14:56:13 +0100
User-agent: Mutt/1.7.0 (2016-08-17)

On Tue, Oct 04, 2016 at 09:43:30AM +0300, Emil Condrea wrote:
> Fixes the following errors:
>  * ERROR: line over 90 characters

It's 80 ;), and there are a few more left in this patch.

>  * ERROR: code indent should never use tabs
>  * ERROR: space prohibited after that open square bracket '['
>  * ERROR: do not initialise statics to 0 or NULL
>  * ERROR: "(foo*)" should be "(foo *)"
> 
> Signed-off-by: Emil Condrea <address@hidden>

-- 
Anthony PERARD



reply via email to

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