All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] memorder: Fix typo in '*_acquire' example
@ 2017-09-11 15:28 Akira Yokosawa
  2017-09-11 15:42 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2017-09-11 15:28 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 469e14bc026a2aedd15284d3fa0ef55827eb7853 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Tue, 12 Sep 2017 00:21:45 +0900
Subject: [PATCH] memorder: Fix typo in '*_acquire' example

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 memorder/memorder.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index 96b598b..c44dfd2 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -519,7 +519,7 @@ conditionally.
 Blank cells indicate that no ordering is supplied.

 The \co{*_acquire} row covers \co{smp_load_acquire()},
-\co{cmpxchg_acquire()}, \co{xchg_release()}, and so on;
+\co{cmpxchg_acquire()}, \co{xchg_acquire()}, and so on;
 the \co{*_release} row covers \co{smp_store_release()},
 \co{cmpxchg_release()}, \co{xchg_release()}, and so on; and
 the ``Successful Non-Relaxed Non-\co{void} RMW'' row covers
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-11 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-11 15:28 [PATCH] memorder: Fix typo in '*_acquire' example Akira Yokosawa
2017-09-11 15:42 ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.