linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: hitzhangjie <hit.zhangjie@gmail.com>
To: linux-arch@vger.kernel.org
Cc: hit.zhangjie@gmail.com
Subject: [PATCH] fix typo of documentation.
Date: Mon, 24 May 2021 12:43:10 +0800	[thread overview]
Message-ID: <20210524044310.46113-1-hit.zhangjie@gmail.com> (raw)

the function `smp_mb_after_spinlock` should be `smp_mb__after_spinlock`.

Signed-off-by: hitzhangjie <hit.zhangjie@gmail.com>
---
 tools/memory-model/Documentation/explanation.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/memory-model/Documentation/explanation.txt b/tools/memory-model/Documentation/explanation.txt
index f9d610d5a..5d72f3112 100644
--- a/tools/memory-model/Documentation/explanation.txt
+++ b/tools/memory-model/Documentation/explanation.txt
@@ -2510,7 +2510,7 @@ they behave as follows:
 	smp_mb__after_atomic() orders po-earlier atomic updates and
 	the events preceding them against all po-later events;
 
-	smp_mb_after_spinlock() orders po-earlier lock acquisition
+	smp_mb__after_spinlock() orders po-earlier lock acquisition
 	events and the events preceding them against all po-later
 	events.
 
-- 
2.30.1


                 reply	other threads:[~2021-05-24  4:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210524044310.46113-1-hit.zhangjie@gmail.com \
    --to=hit.zhangjie@gmail.com \
    --cc=linux-arch@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).