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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 8A4D1C48BCF for ; Thu, 10 Jun 2021 01:01:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5ECD7613FE for ; Thu, 10 Jun 2021 01:01:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229557AbhFJBDn (ORCPT ); Wed, 9 Jun 2021 21:03:43 -0400 Received: from szxga01-in.huawei.com ([45.249.212.187]:8121 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229507AbhFJBDn (ORCPT ); Wed, 9 Jun 2021 21:03:43 -0400 Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4G0lwZ6q4nzYrx0; Thu, 10 Jun 2021 08:58:54 +0800 (CST) Received: from dggpemm500006.china.huawei.com (7.185.36.236) by dggemv703-chm.china.huawei.com (10.3.19.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Thu, 10 Jun 2021 09:01:45 +0800 Received: from [127.0.0.1] (10.174.177.72) by dggpemm500006.china.huawei.com (7.185.36.236) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Thu, 10 Jun 2021 09:01:44 +0800 Subject: Re: [PATCH 1/1] lib: Fix spelling mistakes To: , Jason Baron , "Stefani Seibold" , Jacob Keller , Thomas Graf , Herbert Xu , "Jens Axboe" , Petr Mladek , Steven Rostedt , Sergey Senozhatsky , "Andy Shevchenko" , Rasmus Villemoes , Andrew Morton , netdev , linux-block , linux-kernel References: <20210607072555.12416-1-thunder.leizhen@huawei.com> From: "Leizhen (ThunderTown)" Message-ID: Date: Thu, 10 Jun 2021 09:01:43 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.177.72] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggpemm500006.china.huawei.com (7.185.36.236) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On 2021/6/9 23:33, Nicolas Dichtel wrote: > Le 07/06/2021 à 09:25, Zhen Lei a écrit : >> Fix some spelling mistakes in comments: >> permanentely ==> permanently >> wont ==> won't >> remaning ==> remaining >> succed ==> succeed >> shouldnt ==> shouldn't >> alpha-numeric ==> alphanumeric >> storeing ==> storing >> funtion ==> function >> documenation ==> documentation >> Determin ==> Determine >> intepreted ==> interpreted >> ammount ==> amount >> obious ==> obvious >> interupts ==> interrupts >> occured ==> occurred >> asssociated ==> associated >> taking into acount ==> taking into account >> squence ==> sequence >> stil ==> still >> contiguos ==> contiguous >> matchs ==> matches > I don't know if there is already a patch flying somewhere, but it would be good > to add those typos in scripts/spelling.txt Sorry, I'm inexperienced, I will add them this week. > > > Regards, > Nicolas > > . >