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=-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 1164CC47082 for ; Tue, 8 Jun 2021 02:20:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EAF7F60241 for ; Tue, 8 Jun 2021 02:20:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231295AbhFHCVy (ORCPT ); Mon, 7 Jun 2021 22:21:54 -0400 Received: from szxga02-in.huawei.com ([45.249.212.188]:4502 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230209AbhFHCVx (ORCPT ); Mon, 7 Jun 2021 22:21:53 -0400 Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4FzYlq29tMzZfvT; Tue, 8 Jun 2021 10:17:11 +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; Tue, 8 Jun 2021 10:20:00 +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; Tue, 8 Jun 2021 10:19:59 +0800 From: Zhen Lei To: Masami Hiramatsu , Dennis Zhou , Tejun Heo , Christoph Lameter , Andrew Morton , linux-mm , linux-kernel CC: Zhen Lei Subject: [PATCH 0/1] lib: Fix spelling mistakes in header files Date: Tue, 8 Jun 2021 10:19:31 +0800 Message-ID: <20210608021932.12581-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 | 2 +- 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, 12 insertions(+), 12 deletions(-) -- 2.25.1