On Wed, Feb 20, 2019 at 07:12:32AM +0900, Akira Yokosawa wrote: > >From d33317bade3316f46fe01bd7dec3f6c8b0bf9e09 Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > 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@xxxxxxxxx> Queued and pushed, good eyes, thank you! Thanx, Paul > --- > 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 >