From patchwork Wed Jun 9 15:00:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen (ThunderTown)" X-Patchwork-Id: 12310415 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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 1BEBEC48BCD for ; Wed, 9 Jun 2021 15:00:49 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id B3135613B6 for ; Wed, 9 Jun 2021 15:00:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B3135613B6 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 DE4A36B0071; Wed, 9 Jun 2021 11:00:47 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id D94C16B0072; Wed, 9 Jun 2021 11:00:47 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id C0D676B0073; Wed, 9 Jun 2021 11:00:47 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0050.hostedemail.com [216.40.44.50]) by kanga.kvack.org (Postfix) with ESMTP id 8FBC06B0071 for ; Wed, 9 Jun 2021 11:00:47 -0400 (EDT) Received: from smtpin02.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 2B54DD216 for ; Wed, 9 Jun 2021 15:00:47 +0000 (UTC) X-FDA: 78234497334.02.219F93A Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by imf24.hostedemail.com (Postfix) with ESMTP id 18935A006BEA for ; Wed, 9 Jun 2021 15:00:41 +0000 (UTC) Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.57]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4G0VXW5RJ5z1BKfd; Wed, 9 Jun 2021 22:55:39 +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; Wed, 9 Jun 2021 23:00:31 +0800 Received: from thunder-town.china.huawei.com (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 23:00:31 +0800 From: Zhen Lei To: Christoph Lameter , Masami Hiramatsu , Dennis Zhou , Tejun Heo , Joe Perches , Andrew Morton , linux-mm , linux-kernel CC: Zhen Lei Subject: [PATCH v3 0/1] ib: Fix spelling mistakes in header files Date: Wed, 9 Jun 2021 23:00:26 +0800 Message-ID: <20210609150027.14805-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.177.72] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggpemm500006.china.huawei.com (7.185.36.236) X-CFilter-Loop: Reflected Authentication-Results: imf24.hostedemail.com; dkim=none; dmarc=pass (policy=none) header.from=huawei.com; spf=pass (imf24.hostedemail.com: domain of thunder.leizhen@huawei.com designates 45.249.212.255 as permitted sender) smtp.mailfrom=thunder.leizhen@huawei.com X-Stat-Signature: fmgzumoho9brb4zm6p84zu51sthbpbus X-Rspamd-Queue-Id: 18935A006BEA X-Rspamd-Server: rspam06 X-HE-Tag: 1623250841-621392 X-Bogosity: Ham, tests=bogofilter, spamicity=0.004511, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: v2 --> v3: Add two new fixes: arch independent ==> an architecture independent, in include/linux/lru_cache.h A example structure for ==> Example structure for, in include/linux/nodemask.h v1 --> v2: Add a new fix: stroed/stored, in include/linux/bootconfig.h v1: include/linux/nodemask.h --> lib/nodemask.c include/linux/bootconfig.h --> lib/bootconfig.c include/linux/percpu-refcount.h --> lib/percpu-refcount.c include/linux/scatterlist.h --> lib/scatterlist.c include/linux/debugobjects.h --> lib/debugobjects.c include/linux/lru_cache.h --> lib/lru_cache.c include/linux/cpumask.h --> lib/cpumask.c Zhen Lei (1): lib: Fix spelling mistakes in header files include/linux/bootconfig.h | 4 ++-- include/linux/cpumask.h | 2 +- include/linux/debugobjects.h | 2 +- include/linux/lru_cache.h | 8 ++++---- include/linux/nodemask.h | 6 +++--- include/linux/percpu-refcount.h | 2 +- include/linux/scatterlist.h | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-)