On Wed, Apr 27, 2016 at 12:10:39AM +0900, Akira Yokosawa wrote: > >From 433278e9a753e4d195ad57508ad15e15859f92f2 Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiysw@xxxxxxxxx> > Date: Wed, 27 Apr 2016 00:02:33 +0900 > Subject: [PATCH] count: Fix missed context adjustment > > In commit 3540c4cce34d ("Add verbiage for signal-theft limit > counters."), Figure {Atomic Limit Counter Add, Subtract, and Read} > was split into two figures, and the first part became Figure > {Atomic Limit Counter Add and Subtract}. > However, the decription below the figure has not been modified > yet. > This commit adjusts the context. > > Signed-off-by: Akira Yokosawa <akiysw@xxxxxxxxx> Good eyes! Applied and queued, thank you! Thanx, Paul > --- > count/count.tex | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/count/count.tex b/count/count.tex > index 2c9f071..df76035 100644 > --- a/count/count.tex > +++ b/count/count.tex > @@ -2195,8 +2195,7 @@ the result. > \end{figure} > > Figure~\ref{fig:count:Atomic Limit Counter Add and Subtract} > -shows the \co{add_count()}, \co{sub_count()}, and > -\co{read_count()} functions. > +shows the \co{add_count()} and \co{sub_count()} functions. > > Lines~1-32 show \co{add_count()}, whose fastpath spans lines~8-15, > with the remainder of the function being the slowpath. > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html