From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80A11C433DB for ; Thu, 21 Jan 2021 09:52:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4320B20725 for ; Thu, 21 Jan 2021 09:52:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728480AbhAUJwQ (ORCPT ); Thu, 21 Jan 2021 04:52:16 -0500 Received: from ns.lineo.co.jp ([203.141.200.203]:36128 "EHLO mail.lineo.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727047AbhAUJuj (ORCPT ); Thu, 21 Jan 2021 04:50:39 -0500 Received: from [172.31.10.205] (unknown [203.141.200.204]) by mail.lineo.co.jp (Postfix) with ESMTPSA id 5206780313535; Thu, 21 Jan 2021 18:49:47 +0900 (JST) Subject: Re: [PATCH] scripts/spelling.txt: increase error-prone spell checking To: Joe Perches , Luca Ceresoli , Chunyou Tang Cc: Randy Dunlap , akpm@linux-foundation.org, colin.king@canonical.com, xndchn@gmail.com, j.neuschaefer@gmx.net, ebiggers@google.com, sjpark@amazon.de, linux-kernel@vger.kernel.org, zhangwen@yulong.com, tangchunyou@yulong.com References: <20210121020731.2316-1-tangchunyou@163.com> <47008cd9-2b87-f5b2-5fad-e8f009869dda@infradead.org> <1a3ab487bfb0365991355147fadbf51df14a4772.camel@perches.com> <20210121112115.00005cb6@163.com> <7937a406-812e-0a41-12c5-41576737a44f@lucaceresoli.net> <6223e06f2a45b8772f04d97d840fe7da960a8037.camel@perches.com> From: Naoki Hayama Message-ID: <61f26111-f769-641b-e8ca-e031177582b9@lineo.co.jp> Date: Thu, 21 Jan 2021 18:49:47 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <6223e06f2a45b8772f04d97d840fe7da960a8037.camel@perches.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Joe, On 2021/01/21 18:36, Joe Perches wrote: > On Thu, 2021-01-21 at 18:14 +0900, Naoki Hayama wrote: >> On 2021/01/21 17:41, Luca Ceresoli wrote: >>> On 21/01/21 04:21, Chunyou Tang wrote: >>>> On Wed, 20 Jan 2021 19:09:05 -0800 Joe Perches wrote: >>>>> On Wed, 2021-01-20 at 19:02 -0800, Randy Dunlap wrote: >>>>>> On 1/20/21 6:07 PM, ChunyouTang wrote: >>>>>>> From: tangchunyou > [] >>>>>>> diff --git a/scripts/spelling.txt b/scripts/spelling.txt >>>>> [] >>>>>>> @@ -875,6 +875,7 @@ manger||manager >>>>>>>  manoeuvering||maneuvering >>>>>>>  manufaucturing||manufacturing >>>>>>>  mappping||mapping >>>>>>> +maping||mapping >>>>>>>  matchs||matches >>>>>>>  mathimatical||mathematical >>>>>>>  mathimatic||mathematic > [] >> Rules in scripts/spelling.txt are sorted >> alphabetically by leftside words. It would >> be better that you insert "maping||mapping" >> rule between: >> >> "manufaucturing||manufacturing" >> and >> "mappping||mapping" . > > That's not really true. Try a diff of $ sort < scripts/spelling.txt > > The general rule of thumb, and it's only a rule of thumb and it is > not strictly enforced, is that similar misspellings are grouped > together. > > Thank you for pointing out. I misunderstood about it. Sorry for the confusion.