All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xuwei FU <maplewish117@gmail.com>
To: paulmck@kernel.org
Cc: Xuwei Fu <maplewish117@gmail.com>, perfbook@vger.kernel.org
Subject: [PATCH] Fix svg in chapter7: change incorrect "Lock B" in `qsort` to "Lock C".
Date: Fri, 31 Dec 2021 17:29:38 +0800	[thread overview]
Message-ID: <20211231092937.45331-1-maplewish117@gmail.com> (raw)

From: Xuwei Fu <maplewish117@gmail.com>

Signed-off-by: Xuwei Fu <maplewish117@gmail.com>
---

Hi, paul.

In Chapter7's "Local Locking Hierarchies", 
 the "Lock B" in `qsort` is confusing, qsort 
 should acquire "Lock C" rather than "Lock B".

In this patch, "Lock B" in `qsort`  in svg is 
 changed to "Lock C".

   Thanks, Xuwei

--
 locking/LayeredLockHierarchy.svg  | 2 +-
 locking/LocalLockHierarchy.svg    | 2 +-
 locking/NoLockHierarchy.svg       | 2 +-
 locking/NonLocalLockHierarchy.svg | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/locking/LayeredLockHierarchy.svg b/locking/LayeredLockHierarchy.svg
index 05f0682f..49773940 100644
--- a/locking/LayeredLockHierarchy.svg
+++ b/locking/LayeredLockHierarchy.svg
@@ -334,7 +334,7 @@
              id="tspan3715-6-2-5"
              x="42.601532"
              y="70.638107"
-             style="font-size:4.93888903px;stroke-width:0.26458332">Lock B</tspan></text>
+             style="font-size:4.93888903px;stroke-width:0.26458332">Lock C</tspan></text>
       </g>
       <text
          id="text3717-3-7-3-9"
diff --git a/locking/LocalLockHierarchy.svg b/locking/LocalLockHierarchy.svg
index e4100879..bbe3bc92 100644
--- a/locking/LocalLockHierarchy.svg
+++ b/locking/LocalLockHierarchy.svg
@@ -321,7 +321,7 @@
              id="tspan3715-6-2-5"
              x="42.601532"
              y="70.638107"
-             style="font-size:4.93888903px;stroke-width:0.26458332">Lock B</tspan></text>
+             style="font-size:4.93888903px;stroke-width:0.26458332">Lock C</tspan></text>
       </g>
       <text
          id="text3717-3-7-3-9"
diff --git a/locking/NoLockHierarchy.svg b/locking/NoLockHierarchy.svg
index f892037d..7479ee62 100644
--- a/locking/NoLockHierarchy.svg
+++ b/locking/NoLockHierarchy.svg
@@ -298,7 +298,7 @@
              id="tspan3715-6-2-5"
              x="42.601532"
              y="70.638107"
-             style="font-size:4.93888903px;stroke-width:0.26458332">Lock B</tspan></text>
+             style="font-size:4.93888903px;stroke-width:0.26458332">Lock C</tspan></text>
       </g>
       <text
          id="text3717-3-7-3-9"
diff --git a/locking/NonLocalLockHierarchy.svg b/locking/NonLocalLockHierarchy.svg
index 264f6f14..fb686d23 100644
--- a/locking/NonLocalLockHierarchy.svg
+++ b/locking/NonLocalLockHierarchy.svg
@@ -321,7 +321,7 @@
              id="tspan3715-6-2-5"
              x="42.601532"
              y="70.638107"
-             style="font-size:4.93888903px;stroke-width:0.26458332">Lock B</tspan></text>
+             style="font-size:4.93888903px;stroke-width:0.26458332">Lock C</tspan></text>
       </g>
       <text
          id="text3717-3-7-3-9"
-- 
2.27.0


             reply	other threads:[~2021-12-31  9:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-31  9:29 Xuwei FU [this message]
2022-01-01  5:59 ` [PATCH] Fix svg in chapter7: change incorrect "Lock B" in `qsort` to "Lock C" 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=20211231092937.45331-1-maplewish117@gmail.com \
    --to=maplewish117@gmail.com \
    --cc=paulmck@kernel.org \
    --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.