[PATCH RFC 00/14] fix some comment spelling errors

zhaolichang posted 14 patches 3 years, 7 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/20200930095321.2006-1-zhaolichang@huawei.com
Maintainers: Sunil Muthuswamy <sunilmut@microsoft.com>, Palmer Dabbelt <palmer@dabbelt.com>, Wenchao Wang <wenchao.wang@intel.com>, Laurent Vivier <laurent@vivier.eu>, Halil Pasic <pasic@linux.ibm.com>, Marcelo Tosatti <mtosatti@redhat.com>, Guan Xuetao <gxt@mprc.pku.edu.cn>, Sagar Karandikar <sagark@eecs.berkeley.edu>, Sarah Harris <S.E.Harris@kent.ac.uk>, Colin Xu <colin.xu@intel.com>, Thomas Huth <thuth@redhat.com>, Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Peter Maydell <peter.maydell@linaro.org>, Cornelia Huck <cohuck@redhat.com>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Alistair Francis <Alistair.Francis@wdc.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Michael Rolnik <mrolnik@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <rth@twiddle.net>, Artyom Tarasenko <atar4qemu@gmail.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Stafford Horne <shorne@gmail.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, David Hildenbrand <david@redhat.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Eduardo Habkost <ehabkost@redhat.com>
There is a newer version of this series
target/alpha/cpu.h               |  4 ++--
target/alpha/translate.c         |  2 +-
target/arm/cpu.h                 |  2 +-
target/arm/helper.c              |  4 ++--
target/arm/m_helper.c            |  2 +-
target/arm/translate-a64.c       |  4 ++--
target/arm/translate-sve.c       |  2 +-
target/avr/helper.c              |  6 +++---
target/cris/helper.c             |  6 +++---
target/cris/op_helper.c          |  2 +-
target/cris/translate.c          | 14 +++++++-------
target/i386/cpu.c                |  4 ++--
target/i386/hax-interface.h      |  4 ++--
target/i386/hax-windows.c        |  2 +-
target/i386/kvm.c                |  2 +-
target/i386/machine.c            |  6 +++---
target/i386/translate.c          |  8 ++++----
target/i386/whpx-all.c           |  2 +-
target/m68k/translate.c          | 16 ++++++++--------
target/mips/internal.h           |  2 +-
target/mips/translate.c          | 10 +++++-----
target/mips/translate_init.c.inc |  2 +-
target/openrisc/cpu.h            |  2 +-
target/ppc/cpu.h                 |  6 +++---
target/ppc/excp_helper.c         |  6 +++---
target/ppc/fpu_helper.c          |  2 +-
target/ppc/internal.h            |  2 +-
target/ppc/kvm.c                 |  2 +-
target/ppc/machine.c             |  2 +-
target/ppc/mmu-hash64.c          |  2 +-
target/ppc/mmu_helper.c          |  4 ++--
target/ppc/translate_init.c.inc  |  2 +-
target/riscv/cpu.c               |  2 +-
target/riscv/cpu_bits.h          |  2 +-
target/riscv/csr.c               |  6 +++---
target/riscv/vector_helper.c     |  2 +-
target/rx/op_helper.c            |  2 +-
target/rx/translate.c            |  2 +-
target/s390x/cpu_models.h        |  4 ++--
target/s390x/excp_helper.c       |  2 +-
target/s390x/fpu_helper.c        |  2 +-
target/s390x/insn-data.def       |  2 +-
target/s390x/ioinst.c            |  2 +-
target/s390x/misc_helper.c       |  2 +-
target/s390x/translate.c         |  4 ++--
target/s390x/translate_vx.c.inc  |  2 +-
target/sh4/cpu.h                 |  2 +-
target/sh4/op_helper.c           |  2 +-
target/sh4/translate.c           |  2 +-
target/sparc/asi.h               |  2 +-
target/tricore/csfr.def          |  2 +-
target/tricore/translate.c       |  2 +-
target/unicore32/translate.c     |  2 +-
53 files changed, 93 insertions(+), 93 deletions(-)
[PATCH RFC 00/14] fix some comment spelling errors
Posted by zhaolichang 3 years, 7 months ago
I found that there are many spelling errors in the comments of qemu/target/.
I used spellcheck to check the spelling errors and found some errors in the folder.

The checkpatch.pl file in the Linux kernel can check spelling errors in patches.
I'm trying to add this function to the checkpatch.pl in qemu,
so that no similar spelling errors will occur in the feture.
It's not done yet and I will commit the patch when it's done.

Signed-off-by: zhaolichang <zhaolichang@huawei.com>

zhaolichang (14):
  cris/: fix some comment spelling errors
  ppc/: fix some comment spelling errors
  riscv/: fix some comment spelling errors
  rx/: fix some comment spelling errors
  tricore/: fix some comment spelling errors
  mips/: fix some comment spelling errors
  s390x/: fix some comment spelling errors
  m68k/: fix some comment spelling errors
  sh4/: fix some comment spelling errors
  i386/: fix some comment spelling errors
  avr/: fix some comment spelling errors
  arm/: fix some comment spelling errors
  alpha/: fix some comment spelling errors
  target/: fix some comment spelling errors

 target/alpha/cpu.h               |  4 ++--
 target/alpha/translate.c         |  2 +-
 target/arm/cpu.h                 |  2 +-
 target/arm/helper.c              |  4 ++--
 target/arm/m_helper.c            |  2 +-
 target/arm/translate-a64.c       |  4 ++--
 target/arm/translate-sve.c       |  2 +-
 target/avr/helper.c              |  6 +++---
 target/cris/helper.c             |  6 +++---
 target/cris/op_helper.c          |  2 +-
 target/cris/translate.c          | 14 +++++++-------
 target/i386/cpu.c                |  4 ++--
 target/i386/hax-interface.h      |  4 ++--
 target/i386/hax-windows.c        |  2 +-
 target/i386/kvm.c                |  2 +-
 target/i386/machine.c            |  6 +++---
 target/i386/translate.c          |  8 ++++----
 target/i386/whpx-all.c           |  2 +-
 target/m68k/translate.c          | 16 ++++++++--------
 target/mips/internal.h           |  2 +-
 target/mips/translate.c          | 10 +++++-----
 target/mips/translate_init.c.inc |  2 +-
 target/openrisc/cpu.h            |  2 +-
 target/ppc/cpu.h                 |  6 +++---
 target/ppc/excp_helper.c         |  6 +++---
 target/ppc/fpu_helper.c          |  2 +-
 target/ppc/internal.h            |  2 +-
 target/ppc/kvm.c                 |  2 +-
 target/ppc/machine.c             |  2 +-
 target/ppc/mmu-hash64.c          |  2 +-
 target/ppc/mmu_helper.c          |  4 ++--
 target/ppc/translate_init.c.inc  |  2 +-
 target/riscv/cpu.c               |  2 +-
 target/riscv/cpu_bits.h          |  2 +-
 target/riscv/csr.c               |  6 +++---
 target/riscv/vector_helper.c     |  2 +-
 target/rx/op_helper.c            |  2 +-
 target/rx/translate.c            |  2 +-
 target/s390x/cpu_models.h        |  4 ++--
 target/s390x/excp_helper.c       |  2 +-
 target/s390x/fpu_helper.c        |  2 +-
 target/s390x/insn-data.def       |  2 +-
 target/s390x/ioinst.c            |  2 +-
 target/s390x/misc_helper.c       |  2 +-
 target/s390x/translate.c         |  4 ++--
 target/s390x/translate_vx.c.inc  |  2 +-
 target/sh4/cpu.h                 |  2 +-
 target/sh4/op_helper.c           |  2 +-
 target/sh4/translate.c           |  2 +-
 target/sparc/asi.h               |  2 +-
 target/tricore/csfr.def          |  2 +-
 target/tricore/translate.c       |  2 +-
 target/unicore32/translate.c     |  2 +-
 53 files changed, 93 insertions(+), 93 deletions(-)

-- 
2.26.2.windows.1


Re: [PATCH RFC 00/14] fix some comment spelling errors
Posted by Philippe Mathieu-Daudé 3 years, 7 months ago
On 9/30/20 11:53 AM, zhaolichang wrote:
> I found that there are many spelling errors in the comments of qemu/target/.
> I used spellcheck to check the spelling errors and found some errors in the folder.
> 
> The checkpatch.pl file in the Linux kernel can check spelling errors in patches.
> I'm trying to add this function to the checkpatch.pl in qemu,
> so that no similar spelling errors will occur in the feture.
> It's not done yet and I will commit the patch when it's done.
> 
> Signed-off-by: zhaolichang <zhaolichang@huawei.com>

BTW your git-config is still messy, maybe you missed my previous
comment:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg741642.html