qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH 01/19] target/ppc: Remove extra space from s128 field in ppc_


From: Daniel Henrique Barboza
Subject: Re: [PATCH 01/19] target/ppc: Remove extra space from s128 field in ppc_vsr_t
Date: Mon, 5 Sep 2022 10:17:50 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0



On 9/1/22 10:17, Víctor Colombo wrote:
Very trivial rogue space removal. There are two spaces between Int128
and s128 in ppc_vsr_t struct, where it should be only one.

Signed-off-by: Víctor Colombo <victor.colombo@eldorado.org.br>
---

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>


Ccing qemu-trivial since this can be picked up by them as well.


Thanks,

Daniel



  target/ppc/cpu.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h
index a4c893cfad..985ff86f55 100644
--- a/target/ppc/cpu.h
+++ b/target/ppc/cpu.h
@@ -246,7 +246,7 @@ typedef union _ppc_vsr_t {
  #ifdef CONFIG_INT128
      __uint128_t u128;
  #endif
-    Int128  s128;
+    Int128 s128;
  } ppc_vsr_t;
typedef ppc_vsr_t ppc_avr_t;



reply via email to

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