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,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 07B84C48BCF for ; Wed, 9 Jun 2021 01:11:44 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id A12D3610A2 for ; Wed, 9 Jun 2021 01:11:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A12D3610A2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id EA4CA6B006E; Tue, 8 Jun 2021 21:11:42 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id E55CE6B0070; Tue, 8 Jun 2021 21:11:42 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id CF5616B0071; Tue, 8 Jun 2021 21:11:42 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0138.hostedemail.com [216.40.44.138]) by kanga.kvack.org (Postfix) with ESMTP id 9DF1D6B006E for ; Tue, 8 Jun 2021 21:11:42 -0400 (EDT) Received: from smtpin09.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 3B62A181AEF1D for ; Wed, 9 Jun 2021 01:11:42 +0000 (UTC) X-FDA: 78232408044.09.643A9D3 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by imf07.hostedemail.com (Postfix) with ESMTP id 44C28A000241 for ; Wed, 9 Jun 2021 01:11:37 +0000 (UTC) Received: from dggemv704-chm.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4G08BR3gTPzZdsX; Wed, 9 Jun 2021 09:08:47 +0800 (CST) Received: from dggpemm500006.china.huawei.com (7.185.36.236) by dggemv704-chm.china.huawei.com (10.3.19.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Wed, 9 Jun 2021 09:11:36 +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; Wed, 9 Jun 2021 09:11:35 +0800 Subject: Re: [PATCH 1/1] lib: Fix spelling mistakes in header files To: Joe Perches , Masami Hiramatsu CC: Dennis Zhou , Tejun Heo , "Christoph Lameter" , Andrew Morton , linux-mm , linux-kernel References: <20210608021932.12581-1-thunder.leizhen@huawei.com> <20210608021932.12581-2-thunder.leizhen@huawei.com> <20210609091821.32b82ba464f6f9aecc3a7d59@kernel.org> <2ab2fd8be606ad925bb19054b74d1f3ebd2da095.camel@perches.com> From: "Leizhen (ThunderTown)" Message-ID: Date: Wed, 9 Jun 2021 09:11:34 +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: <2ab2fd8be606ad925bb19054b74d1f3ebd2da095.camel@perches.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US X-Originating-IP: [10.174.177.72] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggpemm500006.china.huawei.com (7.185.36.236) X-CFilter-Loop: Reflected Authentication-Results: imf07.hostedemail.com; dkim=none; spf=pass (imf07.hostedemail.com: domain of thunder.leizhen@huawei.com designates 45.249.212.188 as permitted sender) smtp.mailfrom=thunder.leizhen@huawei.com; dmarc=pass (policy=none) header.from=huawei.com X-Rspamd-Server: rspam03 X-Rspamd-Queue-Id: 44C28A000241 X-Stat-Signature: xergfk1xwcg4ono76m6ibcdjeupwq8nf X-HE-Tag: 1623201097-705886 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000006, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On 2021/6/9 8:28, Joe Perches wrote: > On Wed, 2021-06-09 at 09:18 +0900, Masami Hiramatsu wrote: >> On Tue, 8 Jun 2021 10:19:32 +0800 >> Zhen Lei wrote: >> >>> Fix some spelling mistakes in comments found by "codespell": >=20 > Another: >=20 >>> diff --git a/include/linux/bootconfig.h b/include/linux/bootconfig.h > [] >>> @@ -165,7 +165,7 @@ static inline struct xbc_node * __init xbc_find_n= ode(const char *key) >>> =C2=A0=C2=A0* is stroed to @anode and @value. If the @node doesn't ha= ve @key node, >=20 > stroed/stored Good eye, I will fix it in V2. >=20 >>> =C2=A0=C2=A0* it does nothing. >=20 >=20 >=20 > . >=20