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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY 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 BCB4BC47082 for ; Wed, 9 Jun 2021 00:28:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9E7AC6136D for ; Wed, 9 Jun 2021 00:28:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232502AbhFIAaH (ORCPT ); Tue, 8 Jun 2021 20:30:07 -0400 Received: from smtprelay0129.hostedemail.com ([216.40.44.129]:46760 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S232202AbhFIAaF (ORCPT ); Tue, 8 Jun 2021 20:30:05 -0400 Received: from omf18.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay03.hostedemail.com (Postfix) with ESMTP id 3BEB88384364; Wed, 9 Jun 2021 00:28:11 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf18.hostedemail.com (Postfix) with ESMTPA id F1CE72EBF91; Wed, 9 Jun 2021 00:28:09 +0000 (UTC) Message-ID: <2ab2fd8be606ad925bb19054b74d1f3ebd2da095.camel@perches.com> Subject: Re: [PATCH 1/1] lib: Fix spelling mistakes in header files From: Joe Perches To: Masami Hiramatsu , Zhen Lei Cc: Dennis Zhou , Tejun Heo , Christoph Lameter , Andrew Morton , linux-mm , linux-kernel Date: Tue, 08 Jun 2021 17:28:08 -0700 In-Reply-To: <20210609091821.32b82ba464f6f9aecc3a7d59@kernel.org> References: <20210608021932.12581-1-thunder.leizhen@huawei.com> <20210608021932.12581-2-thunder.leizhen@huawei.com> <20210609091821.32b82ba464f6f9aecc3a7d59@kernel.org> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F1CE72EBF91 X-Stat-Signature: q4we9jke1x4p38zkgcdm846ssd7ibbbo X-Rspamd-Server: rspamout03 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX1+G4l1fAkidsru6fkscs4KOGcXVpw3wqoM= X-HE-Tag: 1623198489-595966 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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": Another: > > diff --git a/include/linux/bootconfig.h b/include/linux/bootconfig.h [] > > @@ -165,7 +165,7 @@ static inline struct xbc_node * __init xbc_find_node(const char *key) > >   * is stroed to @anode and @value. If the @node doesn't have @key node, stroed/stored > >   * it does nothing.