On 04/12/2023 09.29, Zhao Liu wrote:
From: Zhao Liu <[email protected]>

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 common spelling mistakes, and can be updated/
extended as per QEMU's realities.

Signed-off-by: Zhao Liu <[email protected]>
---
  scripts/checkpatch.pl |   44 ++
  scripts/spelling.txt  | 1713 +++++++++++++++++++++++++++++++++++++++++
  2 files changed, 1757 insertions(+)
  create mode 100644 scripts/spelling.txt

I like the idea of having spellchecking in checkpatch.pl ... not sure though if we need both, this patch and support for codespell. If you ask me, I'd just go with the next codespell patch and avoid adding a full spelling.txt file here ... but if others like this patch here, too, I'm also fine with it.

 Thomas


Reply via email to