qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH-for-8.0 1/3] tcg/s390x: Fix coding style


From: Richard Henderson
Subject: Re: [PATCH-for-8.0 1/3] tcg/s390x: Fix coding style
Date: Wed, 30 Nov 2022 22:36:06 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 11/30/22 05:26, Philippe Mathieu-Daudé wrote:
We are going to modify this code, so fix its style first to avoid:

   ERROR: spaces required around that '*' (ctx:VxV)
   #281: FILE: tcg/s390x/tcg-target.c.inc:1224:
   +        uintptr_t mask = ~(0xffffull << i*16);
                                             ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  tcg/s390x/tcg-target.c.inc | 20 ++++++++++----------
  1 file changed, 10 insertions(+), 10 deletions(-)


Thanks, queued to tcg-next.


r~



reply via email to

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