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 8AA46C433DB for ; Thu, 21 Jan 2021 08:45:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 53F3D239A1 for ; Thu, 21 Jan 2021 08:45:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727995AbhAUIpQ convert rfc822-to-8bit (ORCPT ); Thu, 21 Jan 2021 03:45:16 -0500 Received: from hostingweb31-40.netsons.net ([89.40.174.40]:33407 "EHLO hostingweb31-40.netsons.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727029AbhAUImp (ORCPT ); Thu, 21 Jan 2021 03:42:45 -0500 Received: from [77.244.183.192] (port=64474 helo=[192.168.178.24]) by hostingweb31.netsons.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1l2VXA-00FUnG-L5; Thu, 21 Jan 2021 09:41:40 +0100 Subject: Re: [PATCH] scripts/spelling.txt: increase error-prone spell checking To: Chunyou Tang , Joe Perches Cc: Randy Dunlap , akpm@linux-foundation.org, colin.king@canonical.com, xndchn@gmail.com, j.neuschaefer@gmx.net, naoki.hayama@lineo.co.jp, 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> From: Luca Ceresoli Message-ID: <7937a406-812e-0a41-12c5-41576737a44f@lucaceresoli.net> Date: Thu, 21 Jan 2021 09:41:39 +0100 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: <20210121112115.00005cb6@163.com> Content-Type: text/plain; charset=gb18030 Content-Language: en-US Content-Transfer-Encoding: 8BIT X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hostingweb31.netsons.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: hostingweb31.netsons.net: authenticated_id: luca@lucaceresoli.net X-Authenticated-Sender: hostingweb31.netsons.net: luca@lucaceresoli.net X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, 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 >>>> >>>> Increase direcly,maping,manger spelling error check >>> >>> Hi, >>> I don't see all of those in the patch below. >>> What happened? >> >> I think mostly it's just a poor commit message as >> direcly and manger are already in spelling.txt >> >>>> 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 >> > > yes,you are right,the commit message is bad,I change the commit message > > and resend it. While doing that, also improve the subject (1st line of commit message) by mentioning the typo you are adding. For example, as in previous commits: scripts/spelling.txt: add "maping" typo It's more informative and even shorter. Thanks -- Luca