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>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH 1/5] memorder: Fix excessive uses of midrule skip
Date: Fri, 27 Oct 2017 07:51:42 +0900	[thread overview]
Message-ID: <f593e28c-e910-127f-4cff-ea3d901465a6@gmail.com> (raw)
In-Reply-To: <225c5748-05bd-b97f-398f-50e09c58c701@gmail.com>

From 02bb04ebd5d1cce822aebb1e01fb0331e8b56aad Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Wed, 25 Oct 2017 20:22:24 +0900
Subject: [PATCH 1/5] memorder: Fix excessive uses of midrule skip

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

diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index 238783e..0ee4cad 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -1973,15 +1973,15 @@ line to carry this new value to them.
 \small
 \centering\OneColumnHSpace{-0.8in}
 \renewcommand*{\arraystretch}{1.1}
-\rowcolors{13}{lightgray}{}
+\rowcolors{10}{}{lightgray}
 \begin{tabular}{rlllllll}\toprule
 	& \multicolumn{1}{c}{\tco{P0()}} & \multicolumn{2}{c}{\tco{P0()} \& \tco{P1()}} &
 		\multicolumn{1}{c}{\tco{P1()}} & \multicolumn{3}{c}{\tco{P2()}} \\
 	\cmidrule(l){2-2} \cmidrule(l){3-4} \cmidrule(lr){5-5} \cmidrule(l){6-8}
 	& Instruction & Store Buffer & Cache & Instruction &
 			Instruction & Store Buffer & Cache \\
-	\cmidrule{1-1} \cmidrule(l){2-2} \cmidrule(l){3-3} \cmidrule(l){4-4}
-		\cmidrule(lr){5-5} \cmidrule(l){6-6} \cmidrule(l){7-7} \cmidrule(l){8-8}
+	\cmidrule{1-1} \cmidrule(l){2-2} \cmidrule(l){3-4}
+		\cmidrule(lr){5-5} \cmidrule(l){6-8}
 	1 & (Initial state) & & \tco{y==0} &
 		(Initial state) &
 			(Initial state) & & \tco{x==0} \\
-- 
2.7.4



  reply	other threads:[~2017-10-26 22:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-26 22:49 [PATCH 0/5] Miscellaneous updates Akira Yokosawa
2017-10-26 22:51 ` Akira Yokosawa [this message]
2017-10-26 22:52 ` [PATCH 2/5] memorder: Parenthesize properly Akira Yokosawa
2017-10-26 22:53 ` [PATCH 3/5] defer/rcufundamental: Adjust hspace for 1c layout Akira Yokosawa
2017-10-26 22:56 ` [PATCH 4/5] together/applyrcu: Use upright glyph for descriptive suffix Akira Yokosawa
2017-10-26 22:57 ` [PATCH 5/5] Tweak figure size Akira Yokosawa
2017-10-27  3:03 ` [PATCH 0/5] Miscellaneous updates 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=f593e28c-e910-127f-4cff-ea3d901465a6@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.