[PATCH V3 00/10] fix some comment spelling errors

zhaolichang posted 10 patches 3 years, 6 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200917075029.313-1-zhaolichang@huawei.com
Maintainers: Max Reitz <mreitz@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Thomas Huth <thuth@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Hailiang Zhang <zhang.zhanghailiang@huawei.com>, Fam Zheng <fam@euphon.net>, Sarah Harris <S.E.Harris@kent.ac.uk>, "Michael S. Tsirkin" <mst@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Jeff Cody <codyprime@gmail.com>, Markus Armbruster <armbru@redhat.com>, "Cédric Le Goater" <clg@kaod.org>, Christian Schoenebeck <qemu_oss@crudebyte.com>, "Daniel P. Berrangé" <berrange@redhat.com>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>, John Snow <jsnow@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>, Bandan Das <bsd@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Juan Quintela <quintela@redhat.com>, Alexander Bulekov <alxndr@bu.edu>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Stefan Weil <sw@weilnetz.de>, Richard Henderson <rth@twiddle.net>, Cleber Rosa <crosa@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Riku Voipio <riku.voipio@iki.fi>, Eric Blake <eblake@redhat.com>, Michael Rolnik <mrolnik@gmail.com>
Changelog                                |  2 +-
accel/tcg/user-exec.c                    |  2 +-
audio/audio.c                            |  2 +-
block.c                                  |  2 +-
block/block-copy.c                       |  2 +-
block/linux-aio.c                        |  2 +-
block/mirror.c                           |  2 +-
block/vhdx.c                             |  2 +-
block/vhdx.h                             |  4 ++--
configure                                |  2 +-
contrib/gitdm/filetypes.txt              |  6 +++---
contrib/ivshmem-client/ivshmem-client.h  |  2 +-
contrib/libvhost-user/libvhost-user.c    |  4 ++--
contrib/libvhost-user/libvhost-user.h    |  2 +-
disas/hppa.c                             |  2 +-
disas/m68k.c                             |  8 ++++----
disas/ppc.c                              |  2 +-
docs/COLO-FT.txt                         |  6 +++---
docs/devel/blkdebug.txt                  |  2 +-
docs/devel/migration.rst                 |  2 +-
docs/devel/testing.rst                   |  2 +-
docs/devel/tracing.txt                   |  2 +-
docs/interop/bitmaps.rst                 |  2 +-
docs/interop/dbus.rst                    |  4 ++--
docs/interop/nbd.txt                     |  2 +-
docs/interop/vhost-user-gpu.rst          |  2 +-
docs/interop/vhost-user.rst              |  4 ++--
docs/rdma.txt                            |  2 +-
docs/specs/ppc-spapr-hotplug.txt         |  4 ++--
docs/specs/ppc-spapr-xive.rst            |  4 ++--
docs/system/arm/aspeed.rst               |  2 +-
docs/system/deprecated.rst               |  8 ++++----
docs/system/target-avr.rst               |  4 ++--
docs/tools/virtiofsd.rst                 |  2 +-
fsdev/virtfs-proxy-helper.c              |  2 +-
hmp-commands.hx                          |  2 +-
libdecnumber/decNumber.c                 |  2 +-
linux-user/aarch64/signal.c              |  2 +-
linux-user/cris/target_syscall.h         |  4 ++--
linux-user/flat.h                        |  2 +-
linux-user/flatload.c                    |  4 ++--
linux-user/host/ppc64/safe-syscall.inc.S |  2 +-
linux-user/syscall.c                     |  4 ++--
migration/colo-failover.c                |  2 +-
migration/colo.c                         |  2 +-
migration/multifd.c                      |  4 ++--
migration/postcopy-ram.c                 |  4 ++--
migration/postcopy-ram.h                 |  2 +-
migration/ram.c                          | 10 +++++-----
migration/rdma.c                         |  8 ++++----
migration/savevm.c                       |  4 ++--
qapi/block-core.json                     |  4 ++--
qapi/crypto.json                         |  4 ++--
qemu-img.c                               |  2 +-
qobject/qdict.c                          |  2 +-
scripts/checkpatch.pl                    |  2 +-
scripts/clean-header-guards.pl           |  2 +-
scripts/decodetree.py                    |  6 +++---
scripts/oss-fuzz/build.sh                |  2 +-
scripts/tracetool/__init__.py            |  2 +-
scsi/pr-manager-helper.c                 |  2 +-
util/osdep.c                             |  2 +-
util/qemu-progress.c                     |  2 +-
util/qemu-sockets.c                      |  2 +-
util/qemu-thread-win32.c                 |  2 +-
util/qht.c                               |  2 +-
util/trace-events                        |  2 +-
67 files changed, 101 insertions(+), 101 deletions(-)
[PATCH V3 00/10] fix some comment spelling errors
Posted by zhaolichang 3 years, 6 months ago
I found that there are many spelling errors in the comments of qemu,
so I used the spellcheck tool to check the spelling errors, this series fixed this
spelling errors.

v2 -> v3:
  fix coding style problems in v2 version

v1 -> v2:
  address Peter Maydell's comments
  address Alex Bennee's comments
  add reviewed-by for patch 1,2,3,4,5,6,9,10

zhaolichang (10):
  qemu/: fix some comment spelling errors
  migration/: fix some comment spelling errors
  docs/: fix some comment spelling errors
  scripts/: fix some comment spelling errors
  util/: fix some comment spelling errors
  linux-user/: fix some comment spelling errors
  block/: fix some comment spelling errors
  disas/: fix some comment spelling errors
  qapi/: fix some comment spelling errors
  contrib/: fix some comment spelling errors

 Changelog                                |  2 +-
 accel/tcg/user-exec.c                    |  2 +-
 audio/audio.c                            |  2 +-
 block.c                                  |  2 +-
 block/block-copy.c                       |  2 +-
 block/linux-aio.c                        |  2 +-
 block/mirror.c                           |  2 +-
 block/vhdx.c                             |  2 +-
 block/vhdx.h                             |  4 ++--
 configure                                |  2 +-
 contrib/gitdm/filetypes.txt              |  6 +++---
 contrib/ivshmem-client/ivshmem-client.h  |  2 +-
 contrib/libvhost-user/libvhost-user.c    |  4 ++--
 contrib/libvhost-user/libvhost-user.h    |  2 +-
 disas/hppa.c                             |  2 +-
 disas/m68k.c                             |  8 ++++----
 disas/ppc.c                              |  2 +-
 docs/COLO-FT.txt                         |  6 +++---
 docs/devel/blkdebug.txt                  |  2 +-
 docs/devel/migration.rst                 |  2 +-
 docs/devel/testing.rst                   |  2 +-
 docs/devel/tracing.txt                   |  2 +-
 docs/interop/bitmaps.rst                 |  2 +-
 docs/interop/dbus.rst                    |  4 ++--
 docs/interop/nbd.txt                     |  2 +-
 docs/interop/vhost-user-gpu.rst          |  2 +-
 docs/interop/vhost-user.rst              |  4 ++--
 docs/rdma.txt                            |  2 +-
 docs/specs/ppc-spapr-hotplug.txt         |  4 ++--
 docs/specs/ppc-spapr-xive.rst            |  4 ++--
 docs/system/arm/aspeed.rst               |  2 +-
 docs/system/deprecated.rst               |  8 ++++----
 docs/system/target-avr.rst               |  4 ++--
 docs/tools/virtiofsd.rst                 |  2 +-
 fsdev/virtfs-proxy-helper.c              |  2 +-
 hmp-commands.hx                          |  2 +-
 libdecnumber/decNumber.c                 |  2 +-
 linux-user/aarch64/signal.c              |  2 +-
 linux-user/cris/target_syscall.h         |  4 ++--
 linux-user/flat.h                        |  2 +-
 linux-user/flatload.c                    |  4 ++--
 linux-user/host/ppc64/safe-syscall.inc.S |  2 +-
 linux-user/syscall.c                     |  4 ++--
 migration/colo-failover.c                |  2 +-
 migration/colo.c                         |  2 +-
 migration/multifd.c                      |  4 ++--
 migration/postcopy-ram.c                 |  4 ++--
 migration/postcopy-ram.h                 |  2 +-
 migration/ram.c                          | 10 +++++-----
 migration/rdma.c                         |  8 ++++----
 migration/savevm.c                       |  4 ++--
 qapi/block-core.json                     |  4 ++--
 qapi/crypto.json                         |  4 ++--
 qemu-img.c                               |  2 +-
 qobject/qdict.c                          |  2 +-
 scripts/checkpatch.pl                    |  2 +-
 scripts/clean-header-guards.pl           |  2 +-
 scripts/decodetree.py                    |  6 +++---
 scripts/oss-fuzz/build.sh                |  2 +-
 scripts/tracetool/__init__.py            |  2 +-
 scsi/pr-manager-helper.c                 |  2 +-
 util/osdep.c                             |  2 +-
 util/qemu-progress.c                     |  2 +-
 util/qemu-sockets.c                      |  2 +-
 util/qemu-thread-win32.c                 |  2 +-
 util/qht.c                               |  2 +-
 util/trace-events                        |  2 +-
 67 files changed, 101 insertions(+), 101 deletions(-)

-- 
2.26.2.windows.1


Re: [PATCH V3 00/10] fix some comment spelling errors
Posted by no-reply@patchew.org 3 years, 6 months ago
Patchew URL: https://patchew.org/QEMU/20200917075029.313-1-zhaolichang@huawei.com/



Hi,

This series failed build test on FreeBSD host. Please find the details below.






The full log is available at
http://patchew.org/logs/20200917075029.313-1-zhaolichang@huawei.com/testing.FreeBSD/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [PATCH V3 00/10] fix some comment spelling errors
Posted by no-reply@patchew.org 3 years, 6 months ago
Patchew URL: https://patchew.org/QEMU/20200917075029.313-1-zhaolichang@huawei.com/



Hi,

This series failed build test on FreeBSD host. Please find the details below.






The full log is available at
http://patchew.org/logs/20200917075029.313-1-zhaolichang@huawei.com/testing.FreeBSD/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [PATCH V3 00/10] fix some comment spelling errors
Posted by no-reply@patchew.org 3 years, 6 months ago
Patchew URL: https://patchew.org/QEMU/20200917075029.313-1-zhaolichang@huawei.com/



Hi,

This series failed build test on FreeBSD host. Please find the details below.






The full log is available at
http://patchew.org/logs/20200917075029.313-1-zhaolichang@huawei.com/testing.FreeBSD/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com