From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@linux.ibm.com>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH 6/5] count: Fix typo (\lnlbl{} -> \lnref{})
Date: Mon, 8 Oct 2018 23:02:46 +0900 [thread overview]
Message-ID: <358bdd72-581f-e9cc-4277-a48f606caeea@gmail.com> (raw)
In-Reply-To: <9c31cb06-b79f-3b9c-e86a-68fb3840f688@gmail.com>
From 6cd4d087e034532c228589aa82b287233e45ccf8 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Mon, 8 Oct 2018 21:44:10 +0900
Subject: [PATCH 6/5] count: Fix typo (\lnlbl{} -> \lnref{})
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
Paul,
This fixes a couple of typo in "[PATCH 4/5] count: Employ new scheme for
snippet of count_lim".
Thanks, Akira
--
count/count.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/count/count.tex b/count/count.tex
index db2107e..f8c68a4 100644
--- a/count/count.tex
+++ b/count/count.tex
@@ -1482,7 +1482,7 @@ These lines form \co{sub_count()}'s fastpath, and, as with
If the fastpath cannot accommodate subtraction of \co{delta},
execution proceeds to the slowpath on
-lines~\lnlbl{acquire}-\lnlbl{return:gs}.
+lines~\lnref{acquire}-\lnref{return:gs}.
Because the slowpath must access global state, line~\lnref{acquire}
acquires \co{gblcnt_mutex}, which is released either by line~\lnref{release:f}
(in case of failure) or by line~\lnref{release:s} (in case of success).
--
2.7.4
next prev parent reply other threads:[~2018-10-08 14:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-08 1:40 [PATCH 0/5] count: Employ new code-snippet scheme (cont.) Akira Yokosawa
2018-10-08 1:42 ` [PATCH 1/5] count: Employ new scheme for snippet of count_end and count_tstat Akira Yokosawa
2018-10-08 1:44 ` [PATCH 2/5] count: Fix uses of READ/WRITE_ONCE()s in " Akira Yokosawa
2018-10-08 1:46 ` [PATCH 3/5] count: Tweak counttorture.h to avoid segfault Akira Yokosawa
2018-10-08 1:47 ` [PATCH 4/5] count: Employ new scheme for snippet of count_lim Akira Yokosawa
2018-10-08 1:49 ` [PATCH 5/5] count: Fix uses of READ/WRITE_ONCE() in count_lim Akira Yokosawa
2018-10-08 14:02 ` Akira Yokosawa [this message]
2018-10-09 3:54 ` [PATCH 0/5] count: Employ new code-snippet scheme (cont.) Paul E. McKenney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=358bdd72-581f-e9cc-4277-a48f606caeea@gmail.com \
--to=akiyks@gmail.com \
--cc=paulmck@linux.ibm.com \
--cc=perfbook@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.