>From 32cf4c216eb3b0c8395ecff9ffa2e53e1e415c89 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Mon, 13 Mar 2017 20:47:29 +0900 Subject: [PATCH 2/6] formal/spinhint: Fix typo Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- formal/spinhint.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/formal/spinhint.tex b/formal/spinhint.tex index 87a7040..a10b57b 100644 --- a/formal/spinhint.tex +++ b/formal/spinhint.tex @@ -854,8 +854,8 @@ latencies of most other RCU implementations. \item There are \co{qrcu_read_lock()} and \co{qrcu_read_unlock()} primitives that delimit QRCU read-side critical sections. The corresponding \co{qrcu_struct} must be passed into - these primitives, and the return value from \co{rcu_read_lock()} - must be passed to \co{rcu_read_unlock()}. + these primitives, and the return value from \co{qrcu_read_lock()} + must be passed to \co{qrcu_read_unlock()}. For example: -- 2.7.4 -- 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