>From 3f6060fdcfe12b94ac56380e4211c06316b141c5 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sat, 18 Nov 2017 23:30:40 +0900 Subject: [PATCH 2/3] Partial revert of 'Fix layout hiccups in answers to quick quizzes' As qqzreorder.pl can take care of "listing" at the end of QQA now, some of the changes made in commit 90197e37d310 ("Fix layout hiccups in answers to quick quizzes") can be reverted. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- defer/rcuapi.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/defer/rcuapi.tex b/defer/rcuapi.tex index 55811a1..7fbb189 100644 --- a/defer/rcuapi.tex +++ b/defer/rcuapi.tex @@ -367,8 +367,8 @@ returns a value that must be passed into the corresponding In practice, however, doing this is almost certainly a bad idea. In particular, the code shown in Listing~\ref{lst:defer:Multistage SRCU Deadlocks} - could still result in deadlock.% -% + could still result in deadlock. + \begin{listing}[htbp] \scriptsize { @@ -388,8 +388,7 @@ returns a value that must be passed into the corresponding \theverbbox \caption{Multistage SRCU Deadlocks} \label{lst:defer:Multistage SRCU Deadlocks} -\end{listing}% -% +\end{listing} } \QuickQuizEnd The Linux kernel currently has a surprising number of RCU APIs and -- 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