Hello, This is the first time I submit a patch. I'm not sure the format below is acceptable or not, but just trying. If there is any issue, please advise me. Regards, Akira Yokosawa <akiyks@xxxxxxxxx> -- >8 -- Subject: [PATCH] advsync: Another fix to use latex reference feature consistently In commit 91bde6aa87c2884f19d2a83534236cdbb319d625, SeongJae Park has made changes to enforce latex reference feature to the references in the `Advanced Synchronization` chapter. However one of section name direct citations is left unchanged in the commit. This commit fixes the remaining one. Signed-off-by: Akira Yokosawa <akiysw@xxxxxxxxx> --- advsync/memorybarriers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advsync/memorybarriers.tex b/advsync/memorybarriers.tex index 12771ec..e527def 100644 --- a/advsync/memorybarriers.tex +++ b/advsync/memorybarriers.tex @@ -1508,7 +1508,7 @@ Read memory barriers imply data dependency barriers, and so can substitute for them. $\dagger$ Note that read barriers should normally be paired with write barriers; -see the ``SMP barrier pairing'' subsection. +see Secton~\ref{sec:advsync:SMP Barrier Pairing}. \paragraph{General Memory Barriers} -- 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