]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
tools/memory-model: Fix reference to litmus test in recipes.txt
authorAkira Yokosawa <akiyks@gmail.com>
Sun, 10 May 2020 04:37:14 +0000 (13:37 +0900)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:05:18 +0000 (12:05 -0700)
The name of litmus test doesn't match the one described below.
Fix the name of litmus test.

Acked-by: Andrea Parri <parri.andrea@gmail.com>
Acked-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/memory-model/Documentation/recipes.txt

index 7fe8d7aa30290b48da3ad258c0cc5ad612b6a977..63c4adfed8842b54f150d73c9c1b349ddaa08211 100644 (file)
@@ -126,7 +126,7 @@ However, it is not necessarily the case that accesses ordered by
 locking will be seen as ordered by CPUs not holding that lock.
 Consider this example:
 
-       /* See Z6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus. */
+       /* See Z6.0+pooncelock+pooncelock+pombonce.litmus. */
        void CPU0(void)
        {
                spin_lock(&mylock);