From: Zhao Liu <zhao1.liu@intel.com>
To: "Michael Tokarev" <mjt@tls.msk.ru>,
"Laurent Vivier" <laurent@vivier.eu>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
Zhao Liu <zhao1.liu@intel.com>, Brian Cain <bcain@quicinc.com>
Subject: [PATCH 4/4] target/hexagon/imported/mmvec: Fix superfluous trailing semicolon
Date: Thu, 4 Jul 2024 16:47:59 +0800 [thread overview]
Message-ID: <20240704084759.1824420-5-zhao1.liu@intel.com> (raw)
In-Reply-To: <20240704084759.1824420-1-zhao1.liu@intel.com>
Fix the superfluous trailing semicolon in target/hexagon/imported/mmvec/
ext.idef.
Cc: Brian Cain <bcain@quicinc.com>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
---
target/hexagon/imported/mmvec/ext.idef | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/hexagon/imported/mmvec/ext.idef b/target/hexagon/imported/mmvec/ext.idef
index 98daabfb07c4..03d31f6181d7 100644
--- a/target/hexagon/imported/mmvec/ext.idef
+++ b/target/hexagon/imported/mmvec/ext.idef
@@ -2855,7 +2855,7 @@ EXTINSN(V6_vscattermhw_add, "vscatter(Rt32,Mu2,Vvv32.w).h+=Vw32", ATTRIBS(A_EXT
fVALIGN(RtV, element_size);
fVFOREACH(32, i) {
for(j = 0; j < 2; j++) {
- EA = RtV + fVALIGN(VvvV.v[j].uw[i],ALIGNMENT);;
+ EA = RtV + fVALIGN(VvvV.v[j].uw[i],ALIGNMENT);
fVLOG_VTCM_HALFWORD_INCREMENT_DV(EA,VvvV.v[j].uw[i],VwV,(2*i+j),i,j,ALIGNMENT,MuV);
}
}
--
2.34.1
next prev parent reply other threads:[~2024-07-04 8:33 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-04 8:47 [PATCH 0/4] trivial: Fix superfluous trailing semicolon Zhao Liu
2024-07-04 8:47 ` [PATCH 1/4] accel/kvm/kvm-all: " Zhao Liu
2024-07-04 9:35 ` Peter Maydell
2024-07-04 9:48 ` Alex Bennée
2024-07-04 8:47 ` [PATCH 2/4] hw/i386/x86: " Zhao Liu
2024-07-04 9:36 ` Peter Maydell
2024-07-04 8:47 ` [PATCH 3/4] util/oslib-posix: " Zhao Liu
2024-07-04 9:35 ` Peter Maydell
2024-07-04 9:48 ` Alex Bennée
2024-07-04 8:47 ` Zhao Liu [this message]
2024-07-04 9:36 ` [PATCH 4/4] target/hexagon/imported/mmvec: " Peter Maydell
2024-07-04 9:48 ` Alex Bennée
2024-07-05 21:50 ` Brian Cain
2024-07-15 9:59 ` Michael Tokarev
2024-07-15 17:42 ` Brian Cain
2024-07-15 10:00 ` [PATCH 0/4] trivial: " Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240704084759.1824420-5-zhao1.liu@intel.com \
--to=zhao1.liu@intel.com \
--cc=bcain@quicinc.com \
--cc=laurent@vivier.eu \
--cc=mjt@tls.msk.ru \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).