qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] trivial: Fix superfluous trailing semicolon
@ 2024-07-04  8:47 Zhao Liu
  2024-07-04  8:47 ` [PATCH 1/4] accel/kvm/kvm-all: " Zhao Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Zhao Liu @ 2024-07-04  8:47 UTC (permalink / raw)
  To: Michael Tokarev, Laurent Vivier, Philippe Mathieu-Daudé
  Cc: qemu-trivial, qemu-devel, Zhao Liu

Hi,

I checked the files in QEMU to fix these few errors about "superfluous
trailing semicolon" to honor the requirement in checkpatch.pl.

Thanks and Best Regards,
Zhao
---
Zhao Liu (4):
  accel/kvm/kvm-all: Fix superfluous trailing semicolon
  hw/i386/x86: Fix superfluous trailing semicolon
  util/oslib-posix: Fix superfluous trailing semicolon
  target/hexagon/imported/mmvec: Fix superfluous trailing semicolon

 accel/kvm/kvm-all.c                    | 2 +-
 hw/i386/x86.c                          | 2 +-
 target/hexagon/imported/mmvec/ext.idef | 2 +-
 util/oslib-posix.c                     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-07-15 17:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 4/4] target/hexagon/imported/mmvec: " Zhao Liu
2024-07-04  9:36   ` 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

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).