2021-01-27 20:59:48

by dingsenjie

[permalink] [raw]
Subject: [PATCH] scripts/spelling.txt: increase error-prone spell checking

From: dingsenjie <[email protected]>

Increase allocted spelling error check.

Signed-off-by: dingsenjie <[email protected]>
---
scripts/spelling.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index 953f4a2..5fa8ec2 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -103,6 +103,7 @@ alloated||allocated
allocatote||allocate
allocatrd||allocated
allocte||allocate
+allocted||allocated
allpication||application
alocate||allocate
alogirhtms||algorithms
--
1.9.1



2021-01-27 21:35:24

by SeongJae Park

[permalink] [raw]
Subject: Re: [PATCH] scripts/spelling.txt: increase error-prone spell checking

On Wed, 27 Jan 2021 11:01:05 +0800 [email protected] wrote:

> From: dingsenjie <[email protected]>
>
> Increase allocted spelling error check.

I think you could improve the title and the commit message. You could
refer to
https://lore.kernel.org/lkml/[email protected]/

Thanks,
SeongJae Park

>
> Signed-off-by: dingsenjie <[email protected]>
> ---
> scripts/spelling.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
> index 953f4a2..5fa8ec2 100644
> --- a/scripts/spelling.txt
> +++ b/scripts/spelling.txt
> @@ -103,6 +103,7 @@ alloated||allocated
> allocatote||allocate
> allocatrd||allocated
> allocte||allocate
> +allocted||allocated
> allpication||application
> alocate||allocate
> alogirhtms||algorithms
> --
> 1.9.1
>

2021-01-27 21:36:31

by SeongJae Park

[permalink] [raw]
Subject: Re: [PATCH] scripts/spelling.txt: increase error-prone spell checking

On Wed, 27 Jan 2021 14:00:49 +0800 [email protected] wrote:

> From: zuoqilin <[email protected]>
>
> Increase exeeds spelling error check.

Why don't you consolidate this with your previous patch[1]?

Also, I think you could improve the title and the commit message. You could
refer to
https://lore.kernel.org/lkml/[email protected]/

[1] https://lore.kernel.org/lkml/[email protected]/

>
> Signed-off-by: zuoqilin <[email protected]>
> ---
> scripts/spelling.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
> index 953f4a2..740aba3 100644
> --- a/scripts/spelling.txt
> +++ b/scripts/spelling.txt
> @@ -566,6 +566,7 @@ estbalishment||establishment
> etsablishment||establishment
> etsbalishment||establishment
> evalution||evaluation
> +exeeds||exceeds
> excecutable||executable
> exceded||exceeded
> exceds||exceeds

Similar misspellings should be grouped together, so this would be better to be
placed under exceds.

Thanks,
SeongJae Park