qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 4/4] layout: Add generators of L1/L2 tables


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 4/4] layout: Add generators of L1/L2 tables
Date: Fri, 1 Aug 2014 06:34:22 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Jul 24, 2014 at 04:32:29PM +0400, Maria Kustova wrote:
>                  ['>I', offset, 0x6803f857, 'ext_magic'],
> -                ['>I', offset + UINT32_S, len(feature_tables)*48, 
> 'ext_length']
> +                # Length of one feature table equals to 3 fields and 48 bytes
> +                ['>I', offset + UINT32_S, len(feature_tables)/3*48,

Please use spaces around operators in arithmetic expressions:

len(feature_tables) / 3 * 48

There are other instances of missing space in this patch.

Attachment: pgpIRqkO1jXpC.pgp
Description: PGP signature


reply via email to

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