summaryrefslogtreecommitdiffstats
path: root/tools/memory-model
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2018-09-26 14:29:18 -0400
committerIngo Molnar <mingo@kernel.org>2018-10-02 04:28:03 -0400
commit3d2046a6fa2106584cf1080c2c08a6e8e79cbbb4 (patch)
treec7e1991c8eb1f4412e27a79b25864973d2eff9f4 /tools/memory-model
parent6e89e831a90172bc3d34ecbba52af5b9c4a447d1 (diff)
tools/memory-model: Fix a README typo
This commit fixes a duplicate-"the" typo in README. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Vince Weaver <vincent.weaver@maine.edu> Cc: akiyks@gmail.com Cc: boqun.feng@gmail.com Cc: dhowells@redhat.com Cc: j.alglave@ucl.ac.uk Cc: linux-arch@vger.kernel.org Cc: luc.maranget@inria.fr Cc: npiggin@gmail.com Cc: parri.andrea@gmail.com Cc: will.deacon@arm.com Link: http://lkml.kernel.org/r/20180926182920.27644-3-paulmck@linux.ibm.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/memory-model')
-rw-r--r--tools/memory-model/Documentation/recipes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory-model/Documentation/recipes.txt b/tools/memory-model/Documentation/recipes.txt
index af72700cc20a..7fe8d7aa3029 100644
--- a/tools/memory-model/Documentation/recipes.txt
+++ b/tools/memory-model/Documentation/recipes.txt
@@ -311,7 +311,7 @@ The smp_wmb() macro orders prior stores against later stores, and the
311smp_rmb() macro orders prior loads against later loads. Therefore, if 311smp_rmb() macro orders prior loads against later loads. Therefore, if
312the final value of r0 is 1, the final value of r1 must also be 1. 312the final value of r0 is 1, the final value of r1 must also be 1.
313 313
314The the xlog_state_switch_iclogs() function in fs/xfs/xfs_log.c contains 314The xlog_state_switch_iclogs() function in fs/xfs/xfs_log.c contains
315the following write-side code fragment: 315the following write-side code fragment:
316 316
317 log->l_curr_block -= log->l_logBBsize; 317 log->l_curr_block -= log->l_logBBsize;