Re: [PATCH] Fix 'writeable' typos

2022-04-26 Thread Peter Maydell
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

Re: [PATCH] Fix 'writeable' typos

2022-04-26 Thread Laurent Vivier
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

Re: [PATCH] Fix 'writeable' typos

2022-04-26 Thread Stefan Weil
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

Re: [PATCH] Fix 'writeable' typos

2022-04-26 Thread 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. Change produced with: sed -i -e 's/writeable/writable/

Re: [PATCH] Fix 'writeable' typos

2022-04-26 Thread 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/g' $(git grep -l writeable) > > and

Re: [PATCH] Fix 'writeable' typos

2022-03-18 Thread Philippe Mathieu-Daudé
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

[PATCH] Fix 'writeable' typos

2022-03-18 Thread Peter Maydell
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