qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for-2.6 7/7] block/vpc: update comments to be co


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH for-2.6 7/7] block/vpc: update comments to be compliant w/coding guidelines
Date: Wed, 13 Apr 2016 18:55:05 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 23.03.2016 um 04:33 hat Jeff Cody geschrieben:
> Signed-off-by: Jeff Cody <address@hidden>
> ---
>  block/vpc.c | 70 
> ++++++++++++++++++++++++++++++-------------------------------
>  1 file changed, 35 insertions(+), 35 deletions(-)
> 
> diff --git a/block/vpc.c b/block/vpc.c
> index 5dd9950..0b48cf4 100644
> --- a/block/vpc.c
> +++ b/block/vpc.c
> @@ -36,7 +36,7 @@
>  
>  #define HEADER_SIZE 512
>  
> -//#define CACHE
> +/* #define CACHE */

I'll revert this one while applying, C99 style is much more convenient
when you want to enable debugging and we're doing the same in other
places.

The rest of them is good.

Kevin



reply via email to

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