On Tue, 26 Apr 2022 at 19:45, Laurent Vivier wrote:
>
> Le 26/04/2022 à 17:19, Stefan Weil a écrit :
> > Am 26.04.22 um 17:15 schrieb Stefan Weil:
> >> Am 26.04.22 um 17:04 schrieb Peter Maydell:
> >>> On Fri, 18 Mar 2022 at 17:30, Peter Maydell
> >>> wrote:
>
> We have about 25 instan
Le 26/04/2022 à 17:19, Stefan Weil a écrit :
Am 26.04.22 um 17:15 schrieb Stefan Weil:
Am 26.04.22 um 17:04 schrieb Peter Maydell:
On Fri, 18 Mar 2022 at 17:30, Peter Maydell wrote:
We have about 25 instances of the typo/variant spelling 'writeable',
and over 500 of the more common 'writable
Am 26.04.22 um 17:15 schrieb Stefan Weil:
Am 26.04.22 um 17:04 schrieb Peter Maydell:
On Fri, 18 Mar 2022 at 17: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.
You missed t
Am 26.04.22 um 17:04 schrieb Peter Maydell:
On Fri, 18 Mar 2022 at 17: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.
Change produced with:
sed -i -e 's/writeable/writable/
On Fri, 18 Mar 2022 at 17: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.
>
> Change produced with:
>
> sed -i -e 's/writeable/writable/g' $(git grep -l writeable)
>
> and
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é
Change pr
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 th