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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY autolearn=no 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 D4AF6C48BD1 for ; Fri, 11 Jun 2021 15:36:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B8325613E1 for ; Fri, 11 Jun 2021 15:36:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231933AbhFKPiq (ORCPT ); Fri, 11 Jun 2021 11:38:46 -0400 Received: from smtprelay0069.hostedemail.com ([216.40.44.69]:39016 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231906AbhFKPio (ORCPT ); Fri, 11 Jun 2021 11:38:44 -0400 Received: from omf15.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay02.hostedemail.com (Postfix) with ESMTP id 3C92F8798; Fri, 11 Jun 2021 15:36:46 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf15.hostedemail.com (Postfix) with ESMTPA id BE082C4196; Fri, 11 Jun 2021 15:36:43 +0000 (UTC) Message-ID: Subject: Re: [PATCH 1/3] scripts: add spelling_sanitizer.sh script From: Joe Perches To: Zhen Lei , Andrew Morton , Nicolas Dichtel , Jason Baron , Stefani Seibold , Jacob Keller , Thomas Graf , Herbert Xu , Jens Axboe , Petr Mladek , Sergey Senozhatsky , Andy Shevchenko , Rasmus Villemoes , linux-kernel Date: Fri, 11 Jun 2021 08:36:42 -0700 In-Reply-To: <20210611071241.16728-2-thunder.leizhen@huawei.com> References: <20210611071241.16728-1-thunder.leizhen@huawei.com> <20210611071241.16728-2-thunder.leizhen@huawei.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Server: rspamout01 X-Rspamd-Queue-Id: BE082C4196 X-Stat-Signature: yp7tnyk356kj9jp8k7gth4mgj3ycad7j X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX18deidlvItLkiWDVPyQTbz/G+O/z2VxkX8= X-HE-Tag: 1623425803-171009 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2021-06-11 at 15:12 +0800, Zhen Lei wrote: > The file scripts/spelling.txt recorded a large number of > "mistake||correction" pairs. These entries are currently maintained in > order, but the results are not strict. In addition, when someone wants to > add some new pairs, he either sort them manually or write a script, which > is clearly a waste of labor. Try using lintian's make sort https://salsa.debian.org/lintian/lintian