mbox series

[0/4] trivial: Fix superfluous trailing semicolon

Message ID 20240704084759.1824420-1-zhao1.liu@intel.com
Headers show
Series trivial: Fix superfluous trailing semicolon | expand

Message

Zhao Liu July 4, 2024, 8:47 a.m. UTC
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(-)

Comments

Michael Tokarev July 15, 2024, 10 a.m. UTC | #1
04.07.2024 11:47, Zhao Liu wrote:
> Hi,
> 
> I checked the files in QEMU to fix these few errors about "superfluous
> trailing semicolon" to honor the requirement in checkpatch.pl.

Applied to the trivial-patches queue (pending confirmation from Brian
for the 4th patch).

Thanks,

/mjt