Re: [RFC 1/3] scripts/checkpatch: Check common spelling be default

2023-12-04 Thread Zhao Liu
Hi Thomas, On Mon, Dec 04, 2023 at 10:07:12AM +0100, Thomas Huth wrote: > Date: Mon, 4 Dec 2023 10:07:12 +0100 > From: Thomas Huth > Subject: Re: [RFC 1/3] scripts/checkpatch: Check common spelling be default > > On 04/12/2023 09.29, Zhao Liu wrote: > > From: Zhao Liu &

Re: [RFC 1/3] scripts/checkpatch: Check common spelling be default

2023-12-04 Thread Thomas Huth
On 04/12/2023 09.29, Zhao Liu wrote: From: Zhao Liu Add the check for common spelling mistakes for QEMU, which stole selling.txt from Linux kernel and referenced the Linux kernel's You need to sellcheck^Wspellcheck the above line ;-) implementation in checkpatch.pl. This check covers commo

[RFC 1/3] scripts/checkpatch: Check common spelling be default

2023-12-04 Thread Zhao Liu
From: Zhao Liu Add the check for common spelling mistakes for QEMU, which stole selling.txt from Linux kernel and referenced the Linux kernel's implementation in checkpatch.pl. This check covers common spelling mistakes, and can be updated/ extended as per QEMU's realities. Signed-off-by: Zhao