All of lore.kernel.org
 help / color / mirror / Atom feed
From: SeongJae Park <sj38.park@gmail.com>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: SeongJae Park <sj@kernel.org>,
	paulmck@kernel.org, SeongJae Park <sj38.park@gmail.com>,
	perfbook@vger.kernel.org
Subject: Re: [PATCH 1/2] together/refcnt: Use \tco{} for code quoting
Date: Sat, 29 Apr 2023 16:38:12 -0700	[thread overview]
Message-ID: <20230429233812.18478-1-sj@kernel.org> (raw)
In-Reply-To: <cf2f6f7e-b5cd-02eb-9c67-9ef9c1778e7b@gmail.com>

Hi Akira,

On Sun, 30 Apr 2023 07:20:48 +0900 Akira Yokosawa <akiyks@gmail.com> wrote:

> Hi,
> 
> On Sat, 29 Apr 2023 10:02:25 -0700, SeongJae Park wrote:
> > From: SeongJae Park <sj38.park@gmail.com>
> > 
> > Some sentences in refcnt.tex is using only quote for some code words.
> > Use \tco{} instead, as it is intended to be used for the case.
> 
> \tco{} doesn't put quotes around it.
> Didn't you mean \qco{} ?

You're correct, I was out of my mind.  I also mistakenly used an email account
that different from what I signed patches off.  I will send a new spin
tomorrow.


Thanks,
SJ

> 
>         Thanks, Akira
> 
> > 
> > Signed-off-by: SeongJae Park <sj38.park@gmail.com>
> > ---
> >  together/refcnt.tex | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> > 
> > diff --git a/together/refcnt.tex b/together/refcnt.tex
> > index 56caed67..4abe1c60 100644
> > --- a/together/refcnt.tex
> > +++ b/together/refcnt.tex
> > @@ -467,15 +467,15 @@ as shown below.
> >  
> >  \QuickQuiz{
> >  	Why can't the check for a zero reference count be
> > -	made in a simple ``if'' statement with an atomic
> > -	increment in its ``then'' clause?
> > +	made in a simple \tco{if} statement with an atomic
> > +	increment in its \tco{then} clause?
> >  }\QuickQuizAnswer{
> > -	Suppose that the ``if'' condition completed, finding
> > +	Suppose that the \tco{if} condition completed, finding
> >  	the reference counter value equal to one.
> >  	Suppose that a release operation executes, decrementing
> >  	the reference counter to zero and therefore starting
> >  	cleanup operations.
> > -	But now the ``then'' clause can increment the counter
> > +	But now the \tco{then} clause can increment the counter
> >  	back to a value of one, allowing the object to be
> >  	used after it has been cleaned up.
> >  

  reply	other threads:[~2023-04-29 23:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-29 17:02 [PATCH 0/2] together: Minor fixups SeongJae Park
2023-04-29 17:02 ` [PATCH 1/2] together/refcnt: Use \tco{} for code quoting SeongJae Park
2023-04-29 22:20   ` Akira Yokosawa
2023-04-29 23:38     ` SeongJae Park [this message]
2023-04-30  3:12       ` Akira Yokosawa
2023-04-30  3:17         ` Paul E. McKenney
2023-04-30 21:07           ` SeongJae Park
2023-04-30 22:51             ` Paul E. McKenney
2023-04-29 17:02 ` [PATCH 2/2] together/seqlock: Use term 'sequence lock' consistently SeongJae Park

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=20230429233812.18478-1-sj@kernel.org \
    --to=sj38.park@gmail.com \
    --cc=akiyks@gmail.com \
    --cc=paulmck@kernel.org \
    --cc=perfbook@vger.kernel.org \
    --cc=sj@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.