From patchwork Wed Jun 9 01:34:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen (ThunderTown)" X-Patchwork-Id: 12308615 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 95163C4743D for ; Wed, 9 Jun 2021 01:35:18 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 4AD4B61027 for ; Wed, 9 Jun 2021 01:35:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4AD4B61027 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 E14A46B0072; Tue, 8 Jun 2021 21:35:17 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id DEE2D6B0073; Tue, 8 Jun 2021 21:35:17 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id C8DD06B0074; Tue, 8 Jun 2021 21:35:17 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0052.hostedemail.com [216.40.44.52]) by kanga.kvack.org (Postfix) with ESMTP id 96F266B0072 for ; Tue, 8 Jun 2021 21:35:17 -0400 (EDT) Received: from smtpin38.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 21F94181AEF2A for ; Wed, 9 Jun 2021 01:35:17 +0000 (UTC) X-FDA: 78232467474.38.7C2C4E4 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by imf26.hostedemail.com (Postfix) with ESMTP id 3719240002C1 for ; Wed, 9 Jun 2021 01:35:14 +0000 (UTC) Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4G08jh2H0szYsVg; Wed, 9 Jun 2021 09:32:24 +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 09:35:06 +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 09:35:06 +0800 From: Zhen Lei To: Masami Hiramatsu , Dennis Zhou , Tejun Heo , Christoph Lameter , Joe Perches , Andrew Morton , linux-mm , linux-kernel CC: Zhen Lei Subject: [PATCH v2 0/1] lib: Fix spelling mistakes in header files Date: Wed, 9 Jun 2021 09:34:50 +0800 Message-ID: <20210609013451.13706-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: dggems705-chm.china.huawei.com (10.3.19.182) To dggpemm500006.china.huawei.com (7.185.36.236) X-CFilter-Loop: Reflected Authentication-Results: imf26.hostedemail.com; dkim=none; spf=pass (imf26.hostedemail.com: domain of thunder.leizhen@huawei.com designates 45.249.212.187 as permitted sender) smtp.mailfrom=thunder.leizhen@huawei.com; dmarc=pass (policy=none) header.from=huawei.com X-Stat-Signature: foz6oxmxc76y8jdf766oktkk6dbrux1f X-Rspamd-Server: rspam04 X-Rspamd-Queue-Id: 3719240002C1 X-HE-Tag: 1623202514-639994 X-Bogosity: Ham, tests=bogofilter, spamicity=0.012155, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: 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(-)