On Mon, Jan 28, 2019 at 11:33:53PM +0900, Akira Yokosawa wrote: > >From 18561e12c81e3374250eafc8e35293ea4319a238 Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > Date: Mon, 28 Jan 2019 23:22:32 +0900 > Subject: [PATCH 2/2] defer/rcufundamental: Fix typo of \ref{} command > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> I applied both, thank you! And good eyes on this one especially. ;-) Thanx, Paul > --- > Hi Paul, > > In case this hunk should conflict with your update, please hand apply it; > or just ignore it if you have already fixed the typo. > > Thanks, Akira > -- > defer/rcufundamental.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/defer/rcufundamental.tex b/defer/rcufundamental.tex > index 99fabe2..070f932 100644 > --- a/defer/rcufundamental.tex > +++ b/defer/rcufundamental.tex > @@ -128,7 +128,7 @@ However, on other architectures, \co{rcu_dereference()} typically > emits a single load instruction, just as would the equivalent single-threaded > code. > The coding restrictions are described in more detail in > -Section~/ref{sec:memorder:Address- and Data-Dependency Difficulties}, > +Section~\ref{sec:memorder:Address- and Data-Dependency Difficulties}, > however, the common case of field selection (\qco{->}) works quite well. > Software that does not require the ultimate in read-side performance > can instead use C11 acquire loads, which provide the needed ordering and > -- > 2.7.4 > >