Only one sentence is not placing a 'dash' between two words: 'RCU protected' and 'update side'. This commit adds dashes for better consistency. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- defer/rcuapi.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defer/rcuapi.tex b/defer/rcuapi.tex index 6e014e0..72aa10c 100644 --- a/defer/rcuapi.tex +++ b/defer/rcuapi.tex @@ -578,8 +578,8 @@ prior to the corresponding \co{rcu_assign_pointer()}, even on Alpha CPUs. On non-Alpha CPUs, \co{rcu_dereference()} documents which pointer dereferences require RCU protection. -Another situation where protection is not required is when update side code -accesses the RCU protected pointer while holding the update-side lock. +Another situation where protection is not required is when update-side code +accesses the RCU-protected pointer while holding the update-side lock. The \co{rcu_dereference_protected()} API member is provided for this situation. Its first parameter is the RCU-protected pointer, and the second -- 2.10.0