summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2024-02-04 08:45:01 -0800
committerPaul E. McKenney <paulmck@kernel.org>2024-02-08 09:16:59 -0800
commit4c0fdb04ddf41155e7188edba81a5a1dc4715d1a (patch)
tree1aa5aa707091313017ff3383f1d27ccd4921e47a
parent62f1eebe31ef39d7bf94d9cabcbcd434282554cc (diff)
downloadperfbook-4c0fdb04ddf41155e7188edba81a5a1dc4715d1a.tar.gz
appendix/whymb: Add '()' for functions
A sentence in whymemorybarriers.tex is missing '()' for functions, namely foo() and bar(). Add it for the consistency. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--appendix/whymb/whymemorybarriers.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/appendix/whymb/whymemorybarriers.tex b/appendix/whymb/whymemorybarriers.tex
index 5cc7911b..a7f97897 100644
--- a/appendix/whymb/whymemorybarriers.tex
+++ b/appendix/whymb/whymemorybarriers.tex
@@ -1374,7 +1374,7 @@ only on the CPU executing the memory barrier.
to minimize the resulting stalls.}
}\QuickQuizEnd
-If we update \co{foo} and \co{bar} to use read and write memory
+If we update \co{foo()} and \co{bar()} to use read and write memory
barriers, they appear as follows:
\begin{VerbatimN}[fontsize=\footnotesize,samepage=true]