All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.ibm.com>
To: SeongJae Park <sj38.park@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH] defer: Fix wrong code line
Date: Mon, 1 Oct 2018 21:12:33 -0700	[thread overview]
Message-ID: <20181002041233.GW4222@linux.ibm.com> (raw)
In-Reply-To: <20181002023231.7280-1-sj38.park@gmail.com>

On Tue, Oct 02, 2018 at 11:32:31AM +0900, SeongJae Park wrote:
> Signed-off-by: SeongJae Park <sj38.park@gmail.com>

Good eyes!  Queued and pushed, thank you!!!

							Thanx, Paul

> ---
>  defer/hazptr.tex | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/defer/hazptr.tex b/defer/hazptr.tex
> index 7550a8d..44928e9 100644
> --- a/defer/hazptr.tex
> +++ b/defer/hazptr.tex
> @@ -56,8 +56,8 @@ out quite carefully in order to avoid destructive races with concurrent
>  deletion.
>  One implementation is shown in
>  Listing~\ref{lst:defer:Hazard-Pointer Storage and Erasure},
> -which shows \co{hp_store()} on lines~1-13 and \co{hp_erase()} on
> -lines~15-20.
> +which shows \co{hp_store()} on lines~1-14 and \co{hp_erase()} on
> +lines~16-21.
>  The \co{smp_mb()} primitive will be described in detail in
>  Chapter~\ref{chp:Advanced Synchronization: Memory Ordering}, but may be ignored for
>  the purposes of this brief overview.
> -- 
> 2.10.0
> 


      reply	other threads:[~2018-10-02 10:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-02  2:32 [PATCH] defer: Fix wrong code line SeongJae Park
2018-10-02  4:12 ` Paul E. McKenney [this message]

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=20181002041233.GW4222@linux.ibm.com \
    --to=paulmck@linux.ibm.com \
    --cc=perfbook@vger.kernel.org \
    --cc=sj38.park@gmail.com \
    /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.