Am 26.04.22 um 17:04 schrieb Peter Maydell:
On Fri, 18 Mar 2022 at 17:30, Peter Maydell <peter.mayd...@linaro.org> wrote:
We have about 25 instances of the typo/variant spelling 'writeable',
and over 500 of the more common 'writable'. Standardize on the
latter.
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.mayd...@linaro.org>
Ping for this to go via qemu-trivial now 7.0 has been released
(patch has been reviewed).
thanks
-- PMM
You missed the one and only "Writeable". :-)
It's trivial to fix that, too, so maybe qemu-trivial can do that
without a v2.
Reviewed-by: Stefan Weil <s...@weilnetz.de>