[PATCH v1 00/21] Trivial tree wide typo fixes

Manos Pitsidianakis posted 21 patches 8 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1708419115.git.manos.pitsidianakis@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, "Hongren (Zenithal) Zheng" <i@zenithal.me>, "Canokeys.org" <contact@canokeys.org>, Huacai Chen <chenhuacai@kernel.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, Jonathan Cameron <jonathan.cameron@huawei.com>, Fan Ni <fan.ni@samsung.com>, Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>, Jason Wang <jasowang@redhat.com>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Bin Meng <bin.meng@windriver.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>, Gerd Hoffmann <kraxel@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Alessandro Di Federico <ale@rev.ng>, Anton Johansson <anjo@rev.ng>, Laurent Vivier <laurent@vivier.eu>, Nicholas Piggin <npiggin@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, Ilya Leoshkevich <iii@linux.ibm.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>, Cleber Rosa <crosa@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
include/exec/memory.h                          | 2 +-
include/exec/plugin-gen.h                      | 2 +-
include/hw/arm/omap.h                          | 2 +-
include/hw/cxl/cxl_device.h                    | 4 ++--
include/hw/net/npcm_gmac.h                     | 4 ++--
include/hw/ppc/ppc4xx.h                        | 2 +-
include/hw/riscv/virt.h                        | 4 ++--
include/hw/xen/interface/arch-x86/xen-x86_64.h | 2 +-
include/hw/xen/interface/arch-x86/xen.h        | 2 +-
include/hw/xen/interface/event_channel.h       | 2 +-
include/hw/xen/interface/grant_table.h         | 2 +-
include/hw/xen/interface/hvm/hvm_op.h          | 2 +-
include/hw/xen/interface/io/blkif.h            | 4 ++--
include/hw/xen/interface/io/fbif.h             | 2 +-
include/hw/xen/interface/io/kbdif.h            | 2 +-
include/hw/xen/interface/io/ring.h             | 2 +-
include/hw/xen/interface/memory.h              | 2 +-
include/hw/xen/interface/physdev.h             | 4 ++--
include/hw/xen/interface/xen.h                 | 4 ++--
accel/tcg/ldst_atomicity.c.inc                 | 2 +-
docs/devel/ci-jobs.rst.inc                     | 2 +-
docs/devel/docs.rst                            | 2 +-
docs/devel/testing.rst                         | 2 +-
docs/interop/prl-xml.txt                       | 2 +-
docs/interop/vhost-user.rst                    | 2 +-
docs/system/devices/canokey.rst                | 2 +-
hw/mips/loongson3_bootp.h                      | 4 ++--
hw/ppc/ppc405.h                                | 2 +-
hw/sh4/sh7750_regs.h                           | 2 +-
pc-bios/README                                 | 2 +-
qapi/ui.json                                   | 4 ++--
qemu-options.hx                                | 4 ++--
scripts/ci/gitlab-pipeline-status              | 2 +-
target/hexagon/idef-parser/macros.inc          | 2 +-
target/m68k/cpu.h                              | 7 ++++---
target/ppc/translate/vmx-impl.c.inc            | 2 +-
target/s390x/cpu_features_def.h.inc            | 2 +-
target/sparc/asi.h                             | 8 ++++----
tests/avocado/acpi-bits/bits-tests/smbios.py2  | 2 +-
tests/avocado/mem-addr-space-check.py          | 6 +++---
tests/avocado/reverse_debugging.py             | 2 +-
41 files changed, 58 insertions(+), 57 deletions(-)
[PATCH v1 00/21] Trivial tree wide typo fixes
Posted by Manos Pitsidianakis 8 months, 3 weeks ago
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>

Manos Pitsidianakis (21):
  docs: correct typos
  tests: correct typos
  Xen headers: correct typos
  accel/tcg: correct typos
  loongson3: correct typos
  ppc: correct typos
  sh4: correct typos
  include/exec/memory.h: correct typos
  include/exec/plugin-gen.h: correct typos
  hw/arm/omap.h: correct typos
  hw/cxl/cxl_device.h: correct typos
  hw/net/npcm_gmac.h: correct typos
  hw/riscv/virt.h: correct typos
  pc-bios/README: correct typos
  qapi/ui: correct typos
  qemu-options.hx: correct typos
  ci/gitlab-pipeline-status: correct typos
  hexagon: correct typos
  m68k: correct typos
  s390x: correct typos
  target/sparc: correct typos

 include/exec/memory.h                          | 2 +-
 include/exec/plugin-gen.h                      | 2 +-
 include/hw/arm/omap.h                          | 2 +-
 include/hw/cxl/cxl_device.h                    | 4 ++--
 include/hw/net/npcm_gmac.h                     | 4 ++--
 include/hw/ppc/ppc4xx.h                        | 2 +-
 include/hw/riscv/virt.h                        | 4 ++--
 include/hw/xen/interface/arch-x86/xen-x86_64.h | 2 +-
 include/hw/xen/interface/arch-x86/xen.h        | 2 +-
 include/hw/xen/interface/event_channel.h       | 2 +-
 include/hw/xen/interface/grant_table.h         | 2 +-
 include/hw/xen/interface/hvm/hvm_op.h          | 2 +-
 include/hw/xen/interface/io/blkif.h            | 4 ++--
 include/hw/xen/interface/io/fbif.h             | 2 +-
 include/hw/xen/interface/io/kbdif.h            | 2 +-
 include/hw/xen/interface/io/ring.h             | 2 +-
 include/hw/xen/interface/memory.h              | 2 +-
 include/hw/xen/interface/physdev.h             | 4 ++--
 include/hw/xen/interface/xen.h                 | 4 ++--
 accel/tcg/ldst_atomicity.c.inc                 | 2 +-
 docs/devel/ci-jobs.rst.inc                     | 2 +-
 docs/devel/docs.rst                            | 2 +-
 docs/devel/testing.rst                         | 2 +-
 docs/interop/prl-xml.txt                       | 2 +-
 docs/interop/vhost-user.rst                    | 2 +-
 docs/system/devices/canokey.rst                | 2 +-
 hw/mips/loongson3_bootp.h                      | 4 ++--
 hw/ppc/ppc405.h                                | 2 +-
 hw/sh4/sh7750_regs.h                           | 2 +-
 pc-bios/README                                 | 2 +-
 qapi/ui.json                                   | 4 ++--
 qemu-options.hx                                | 4 ++--
 scripts/ci/gitlab-pipeline-status              | 2 +-
 target/hexagon/idef-parser/macros.inc          | 2 +-
 target/m68k/cpu.h                              | 7 ++++---
 target/ppc/translate/vmx-impl.c.inc            | 2 +-
 target/s390x/cpu_features_def.h.inc            | 2 +-
 target/sparc/asi.h                             | 8 ++++----
 tests/avocado/acpi-bits/bits-tests/smbios.py2  | 2 +-
 tests/avocado/mem-addr-space-check.py          | 6 +++---
 tests/avocado/reverse_debugging.py             | 2 +-
 41 files changed, 58 insertions(+), 57 deletions(-)


base-commit: da96ad4a6a2ef26c83b15fa95e7fceef5147269c
-- 
γαῖα πυρί μιχθήτω


Re: [PATCH v1 00/21] Trivial tree wide typo fixes
Posted by Michael Tokarev 8 months, 3 weeks ago
20.02.2024 11:52, Manos Pitsidianakis wrote:
..

So I picked up this series, to reduce the list SPAM.
With the following details:

>    docs: correct typos

fixed "the historical behaviour"
(why my spell checker continues marking "behaviour"?

>    tests: correct typos
>    Xen headers: correct typos

*not* picked up

>    accel/tcg: correct typos
>    loongson3: correct typos
>    ppc: correct typos

remove 2 hooks "arbitrer" as suggested by BALATON

>    sh4: correct typos
>    include/exec/memory.h: correct typos
>    include/exec/plugin-gen.h: correct typos

*not* picked up

>    hw/arm/omap.h: correct typos

fix comment style

>    hw/cxl/cxl_device.h: correct typos
>    hw/net/npcm_gmac.h: correct typos
>    hw/riscv/virt.h: correct typos
>    pc-bios/README: correct typos
>    qapi/ui: correct typos
>    qemu-options.hx: correct typos
>    ci/gitlab-pipeline-status: correct typos
>    hexagon: correct typos
>    m68k: correct typos

correct "covers" as suggested by Thomas

>    s390x: correct typos
>    target/sparc: correct typos