All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
	perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH] count: Enclose 'REQACK' in \mbox{}
Date: Thu, 29 Sep 2016 23:23:53 +0900	[thread overview]
Message-ID: <c2f828ca-14da-971e-427a-2edeb9d7e916@gmail.com> (raw)

From 793c4a74be5cb0997b82789d19eebb2b7836d2fa Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Thu, 29 Sep 2016 23:17:12 +0900
Subject: [PATCH] count: Enclose 'REQACK' in \mbox{}

This commit prevents "REQACK" from being hyphenated in Answer of
Quick Quiz 5.47.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 count/count.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/count/count.tex b/count/count.tex
index 39747d0..0eb95c3 100644
--- a/count/count.tex
+++ b/count/count.tex
@@ -2641,7 +2641,7 @@ The slowpath then sets that thread's \co{theft} state to IDLE.
 		the fastpath.
 	\item	The following race would result:
 		\begin{enumerate}
-		\item	The slowpath sets a given thread's state to REQACK.
+		\item	The slowpath sets a given thread's state to \mbox{REQACK}.
 		\item	That thread has just finished its fastpath, and
 			notes the REQACK state.
 		\item	The thread receives the signal, which also notes
@@ -2652,7 +2652,7 @@ The slowpath then sets that thread's \co{theft} state to IDLE.
 		\item	The fastpath sets the state to READY, disabling
 			further fastpath execution for this thread.
 		\end{enumerate}
-		The basic problem here is that the combined REQACK state
+		The basic problem here is that the combined \mbox{REQACK} state
 		can be referenced by both the signal handler and the
 		fastpath.
 		The clear separation maintained by the four-state
-- 
2.7.4


             reply	other threads:[~2016-09-29 14:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-29 14:23 Akira Yokosawa [this message]
2016-09-30  0:15 ` [PATCH] count: Enclose 'REQACK' in \mbox{} 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=c2f828ca-14da-971e-427a-2edeb9d7e916@gmail.com \
    --to=akiyks@gmail.com \
    --cc=paulmck@linux.vnet.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.