Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp544749ybh; Wed, 18 Mar 2020 04:50:28 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsxK8Ah5ydRwqqfbEVZJEwTJIgFT4eLhvEIukrSiKttPFF0bto6o0aFVFbFKf/wzJp2l9i0 X-Received: by 2002:a9d:10d:: with SMTP id 13mr3666625otu.334.1584532227871; Wed, 18 Mar 2020 04:50:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584532227; cv=none; d=google.com; s=arc-20160816; b=IX6uEXwPBGYcB9J4+tj84sE3OtQq2e/uWi6SxbYCR/tZE76bNtarpIuatLMo/ztBtx kfx0TGkg1OL9aMVcTBohJEo3DHv/uZ5y1EumhcouLJleuai+wfGx94jFSaShbgCmvr5p D3447gFBG+QFvUK6SJepODX14SUAOHph6+zmNWjHy+OAGcXPiwrfd+OR+4zXJgZMxdI3 Dn5eHQj5kSn4sCJaCesdZDRDA0czalZfR7VaxCY/hXTosSl6ymKVFVFOxNoXkKDxLn0G 1IkkoOvR6Qs3fqgmf0h93kaoKlVVGq5KnCP/jkkDszEJne/oQbsoNtxXTM1vbo7LzeJA GVmg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=ZodzlWcAaq+yUj/O4ll1EkIa3o8403UEGkTUrU/eYmw=; b=DeWlu424gC8JcFXoZYWhzRO987Lo9jt/gPGDunGc5ZtxaoZqw1KW6l2luDxhfvNoTn KidFW+qJsPYRVa7gNgAvg2O4hlNoOyRGKzJDpsuY7HnxS4/N9tVGzhaYdsgqNNS/FuKP bw5Y4uwpOvBcNMibpILiCDchkbJTLpMgljCliybjWflnU3ZkhH9mArPDt9D1P1yUFB3s rW/IgZY3pfia2he62fZpnLUQZTWS2yekYYIiuTjp0R76BJCzHFAEskPNZROef0+/hN8I W8t5naxiHja0C15HD86Y1M0DPVgwHMGp840iuIomBZS6xtDI/bgsRCI5LMt4UP5ZQ9FN sw/A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p126si3378469oib.73.2020.03.18.04.50.15; Wed, 18 Mar 2020 04:50:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726872AbgCRLsu (ORCPT + 99 others); Wed, 18 Mar 2020 07:48:50 -0400 Received: from out30-45.freemail.mail.aliyun.com ([115.124.30.45]:54205 "EHLO out30-45.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726473AbgCRLsu (ORCPT ); Wed, 18 Mar 2020 07:48:50 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R101e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e07417;MF=shile.zhang@linux.alibaba.com;NM=1;PH=DS;RN=3;SR=0;TI=SMTPD_---0Tsy98tl_1584532118; Received: from e18g09479.et15sqa.tbsite.net(mailfrom:shile.zhang@linux.alibaba.com fp:SMTPD_---0Tsy98tl_1584532118) by smtp.aliyun-inc.com(127.0.0.1); Wed, 18 Mar 2020 19:48:44 +0800 From: Shile Zhang To: "Paul E . McKenney" Cc: linux-kernel@vger.kernel.org, Shile Zhang Subject: [PATCH] include/linux: fix some typos Date: Wed, 18 Mar 2020 19:48:37 +0800 Message-Id: <20200318114837.159978-1-shile.zhang@linux.alibaba.com> X-Mailer: git-send-email 2.24.0.rc2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org s/Not/Note/ Signed-off-by: Shile Zhang --- include/linux/list_nulls.h | 4 ++-- include/linux/once.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/list_nulls.h b/include/linux/list_nulls.h index fa6e8471bd22..c845761fe5de 100644 --- a/include/linux/list_nulls.h +++ b/include/linux/list_nulls.h @@ -60,7 +60,7 @@ static inline unsigned long get_nulls_value(const struct hlist_nulls_node *ptr) * hlist_nulls_unhashed - Has node been removed and reinitialized? * @h: Node to be checked * - * Not that not all removal functions will leave a node in unhashed state. + * Note that not all removal functions will leave a node in unhashed state. * For example, hlist_del_init_rcu() leaves the node in unhashed state, * but hlist_nulls_del() does not. */ @@ -73,7 +73,7 @@ static inline int hlist_nulls_unhashed(const struct hlist_nulls_node *h) * hlist_nulls_unhashed_lockless - Has node been removed and reinitialized? * @h: Node to be checked * - * Not that not all removal functions will leave a node in unhashed state. + * Note that not all removal functions will leave a node in unhashed state. * For example, hlist_del_init_rcu() leaves the node in unhashed state, * but hlist_nulls_del() does not. Unlike hlist_nulls_unhashed(), this * function may be used locklessly. diff --git a/include/linux/once.h b/include/linux/once.h index 9225ee6d96c7..095c6debd63b 100644 --- a/include/linux/once.h +++ b/include/linux/once.h @@ -16,7 +16,7 @@ void __do_once_done(bool *done, struct static_key_true *once_key, * out the condition into a nop. DO_ONCE() guarantees type safety of * arguments! * - * Not that the following is not equivalent ... + * Note that the following is not equivalent ... * * DO_ONCE(func, arg); * DO_ONCE(func, arg); -- 2.24.0.rc2