qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix 'writeable' typos


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] Fix 'writeable' typos
Date: Fri, 18 Mar 2022 19:42:45 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 18/3/22 18:30, Peter Maydell wrote:
We have about 25 instances of the typo/variant spelling 'writeable',
and over 500 of the more common 'writable'.  Standardize on the
latter.

Amusingly I was looking yesterday at the difference between both.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Change produced with:

  sed -i -e 's/writeable/writable/g' $(git grep -l writeable)

and then hand-undoing the instance in linux-headers/linux/kvm.h.

All these changes are in comments or documentation, except for the
two local variables in accel/hvf/hvf-accel-ops.c and
accel/kvm/kvm-all.c.


Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  docs/interop/vhost-user.rst    | 2 +-
  docs/specs/vmgenid.txt         | 4 ++--
  hw/scsi/mfi.h                  | 2 +-
  target/arm/internals.h         | 2 +-
  accel/hvf/hvf-accel-ops.c      | 4 ++--
  accel/kvm/kvm-all.c            | 4 ++--
  accel/tcg/user-exec.c          | 6 +++---
  hw/acpi/ghes.c                 | 2 +-
  hw/intc/arm_gicv3_cpuif.c      | 2 +-
  hw/intc/arm_gicv3_dist.c       | 2 +-
  hw/intc/arm_gicv3_redist.c     | 2 +-
  hw/intc/riscv_aclint.c         | 2 +-
  hw/intc/riscv_aplic.c          | 2 +-
  hw/pci/shpc.c                  | 2 +-
  hw/timer/sse-timer.c           | 2 +-
  target/arm/gdbstub.c           | 2 +-
  target/i386/cpu-sysemu.c       | 2 +-
  target/s390x/ioinst.c          | 2 +-
  python/qemu/machine/machine.py | 2 +-
  tests/tcg/x86_64/system/boot.S | 2 +-
  20 files changed, 25 insertions(+), 25 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]