All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] defer/rcuapi: Fix typo in Table 9.3
@ 2019-02-19 22:12 Akira Yokosawa
  2019-02-20  1:45 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2019-02-19 22:12 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From d33317bade3316f46fe01bd7dec3f6c8b0bf9e09 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Tue, 19 Feb 2019 22:30:05 +0900
Subject: [PATCH] defer/rcuapi: Fix typo in Table 9.3

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

diff --git a/defer/rcuapi.tex b/defer/rcuapi.tex
index 5620eb1..a98b5e8 100644
--- a/defer/rcuapi.tex
+++ b/defer/rcuapi.tex
@@ -801,7 +801,7 @@ Section~\ref{sec:defer:Maintain Multiple Versions of Recently Updated Objects}.
 			      \tco{hlist_next_rcu()}
 			      \tco{hlist_pprev_rcu()}} &
 	\tco{hlist_nulls_first_rcu()}
-	\tco{hlist_nulls_first_rcu()} &
+	\tco{hlist_nulls_next_rcu()} &
 	    \tco{hlist_bl_first_rcu()} \\
 \multicolumn{4}{l}{{\bf Add}} \\
 \multicolumn{1}{p{1.2in}}{\tco{list_add_rcu()}
-- 
2.7.4


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

end of thread, other threads:[~2019-02-20  1:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-19 22:12 [PATCH] defer/rcuapi: Fix typo in Table 9.3 Akira Yokosawa
2019-02-20  1:45 ` 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.