summaryrefslogtreecommitdiffstats
path: root/datastruct
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2022-12-26 10:16:38 -0800
committerPaul E. McKenney <paulmck@kernel.org>2022-12-26 16:23:32 -0800
commit3654a85a3d281010fdcad5d444ad4cca3428b60c (patch)
tree14ac9e8d08ec827a6f958f44d1fca8f129b1dc7b /datastruct
parenta2339735e57cb0ba0cc8a36be011bf93452453da (diff)
downloadperfbook-3654a85a3d281010fdcad5d444ad4cca3428b60c.tar.gz
datastruct: Enclose NULL with \co{}
Every 'NULL' in datastruct are enclosed with \co{} but one. Remove the inconsistent exception. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'datastruct')
-rw-r--r--datastruct/datastruct.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/datastruct/datastruct.tex b/datastruct/datastruct.tex
index 99c92d9a..843b45dc 100644
--- a/datastruct/datastruct.tex
+++ b/datastruct/datastruct.tex
@@ -1533,7 +1533,7 @@ and \clnref{acq_oldcur} acquires that bucket's spinlock.
\co{hashtab_add()} and \co{hashtab_del()}?
In other words, what prevents \co{hashtab_add()}
and \co{hashtab_del()} from dereferencing
- a NULL pointer loaded from \co{->ht_new}?
+ a \co{NULL} pointer loaded from \co{->ht_new}?
\end{fcvref}
}\QuickQuizAnswer{
\begin{fcvref}[ln:datastruct:hash_resize:resize]