All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: SeongJae Park <sj38.park@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH 1/3] memorder: Remove unnecessary comma
Date: Tue, 19 Sep 2017 09:05:42 -0700	[thread overview]
Message-ID: <20170919160542.GI3521@linux.vnet.ibm.com> (raw)
In-Reply-To: <20170919153456.10274-1-sj38.park@gmail.com>

On Wed, Sep 20, 2017 at 12:34:54AM +0900, SeongJae Park wrote:
> Signed-off-by: SeongJae Park <sj38.park@gmail.com>

Queued and pushed all three, good eyes, thank you!!!

							Thanx, Paul

> ---
>  memorder/memorder.tex | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/memorder/memorder.tex b/memorder/memorder.tex
> index f7ec84a..820e718 100644
> --- a/memorder/memorder.tex
> +++ b/memorder/memorder.tex
> @@ -1254,7 +1254,7 @@ exists (1:r2=x0 /\ 1:r3=1)
>  \end{listing}
> 
>  Listing~\ref{lst:memorder:Message-Passing Address-Dependency Litmus Test (No Ordering)}
> -(\path{C-MP+o-wmb-o+o-addr-o.litmus}),
> +(\path{C-MP+o-wmb-o+o-addr-o.litmus})
>  shows a linked variant of the message-passing pattern.
>  The head pointer is \co{x1}, which initially
>  references the \co{int} variable \co{y} (line~5), which is in turn
> @@ -1576,7 +1576,7 @@ exists (1:r2=2 /\ 0:r2=2)
>  \end{listing}
> 
>  Listing~\ref{lst:memorder:Load-Buffering Control-Dependency Litmus Test}
> -(\path{C-LB+o-r+o-ctrl-o.litmus}),
> +(\path{C-LB+o-r+o-ctrl-o.litmus})
>  shows another load-buffering example, this time using a control
>  dependency (line~19) to order the load on line~18 and the store on
>  line~20.
> -- 
> 2.10.0
> 


      parent reply	other threads:[~2017-09-19 16:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-19 15:34 [PATCH 1/3] memorder: Remove unnecessary comma SeongJae Park
2017-09-19 15:34 ` [PATCH 2/3] memorder: Fix wrong function reference SeongJae Park
2017-09-19 15:34 ` [PATCH 3/3] memorder: Present P0()-P3() in consistent manner SeongJae Park
2017-09-19 16:05 ` 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=20170919160542.GI3521@linux.vnet.ibm.com \
    --to=paulmck@linux.vnet.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.