All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 00/10] fix some comment spelling errors
@ 2020-08-12 10:14 zhaolichang
  2020-08-12 10:14 ` [PATCH RFC 01/10] qemu/: " zhaolichang
                   ` (10 more replies)
  0 siblings, 11 replies; 24+ messages in thread
From: zhaolichang @ 2020-08-12 10:14 UTC (permalink / raw)
  To: qemu-trivial; +Cc: zhaolichang, qemu-devel

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.

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/libvixl/vixl/a64/constants-a64.h    |  2 +-
 disas/libvixl/vixl/a64/decoder-a64.h      |  2 +-
 disas/libvixl/vixl/a64/instructions-a64.h |  2 +-
 disas/libvixl/vixl/globals.h              |  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 +-
 gdbstub.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 +-
 rules.mak                                 |  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 +-
 73 files changed, 107 insertions(+), 107 deletions(-)

-- 
2.26.2.windows.1




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

end of thread, other threads:[~2020-08-24 14:46 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 10:14 [PATCH RFC 00/10] fix some comment spelling errors zhaolichang
2020-08-12 10:14 ` [PATCH RFC 01/10] qemu/: " zhaolichang
2020-08-12 14:12   ` Alex Bennée
2020-08-24 14:33     ` Eric Blake
2020-08-12 10:14 ` [PATCH RFC 02/10] migration/: " zhaolichang
2020-08-24 12:32   ` Peter Maydell
2020-08-12 10:14 ` [PATCH RFC 03/10] docs/: " zhaolichang
2020-08-12 14:13   ` Alex Bennée
2020-08-24 12:35   ` Peter Maydell
2020-08-12 10:14 ` [PATCH RFC 04/10] scripts/: " zhaolichang
2020-08-24 12:30   ` Peter Maydell
2020-08-12 10:14 ` [PATCH RFC 05/10] util/: " zhaolichang
2020-08-12 14:14   ` Alex Bennée
2020-08-12 10:14 ` [PATCH RFC 06/10] linux-user/: " zhaolichang
2020-08-12 14:15   ` Alex Bennée
2020-08-12 10:14 ` [PATCH RFC 07/10] block/: " zhaolichang
2020-08-24 12:28   ` Peter Maydell
2020-08-12 10:14 ` [PATCH RFC 08/10] disas/: " zhaolichang
2020-08-24 12:29   ` Peter Maydell
2020-08-12 10:14 ` [PATCH RFC 09/10] qapi/: " zhaolichang
2020-08-24 12:25   ` Markus Armbruster
2020-08-12 10:15 ` [PATCH RFC 10/10] contrib/: " zhaolichang
2020-08-12 14:16   ` Alex Bennée
2020-08-24 12:22 ` [PATCH RFC 00/10] " Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.