linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Josh Triplett <josh@joshtriplett.org>
Cc: Pranith Kumar <bobby.prani@gmail.com>,
	Steven Rostedt <rostedt@goodmis.org>,
	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
	Lai Jiangshan <jiangshanlai@gmail.com>,
	Jonathan Corbet <corbet@lwn.net>,
	"open list:READ-COPY UPDATE (RCU)" <linux-kernel@vger.kernel.org>,
	"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>
Subject: Re: [PATCH] Documentation/RCU: Fix minor typo
Date: Tue, 18 Oct 2016 09:20:35 -0700	[thread overview]
Message-ID: <20161018162035.GA3716@linux.vnet.ibm.com> (raw)
In-Reply-To: <20161018074323.aw5s2nkx4nigobyc@x>

On Tue, Oct 18, 2016 at 12:43:24AM -0700, Josh Triplett wrote:
> On Tue, Oct 18, 2016 at 12:54:03AM -0400, Pranith Kumar wrote:
> > deference should actually be dereference.
> > 
> > Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
> 
> Good catch.
> 
> Reviewed-by: Josh Triplett <josh@joshtriplett.org>

Applied, thank you both!

							Thanx, Paul

> >  Documentation/RCU/whatisRCU.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/RCU/whatisRCU.txt b/Documentation/RCU/whatisRCU.txt
> > index 2044227..5cbd8b2 100644
> > --- a/Documentation/RCU/whatisRCU.txt
> > +++ b/Documentation/RCU/whatisRCU.txt
> > @@ -237,7 +237,7 @@ rcu_dereference()
> >  
> >  	The reader uses rcu_dereference() to fetch an RCU-protected
> >  	pointer, which returns a value that may then be safely
> > -	dereferenced.  Note that rcu_deference() does not actually
> > +	dereferenced.  Note that rcu_dereference() does not actually
> >  	dereference the pointer, instead, it protects the pointer for
> >  	later dereferencing.  It also executes any needed memory-barrier
> >  	instructions for a given CPU architecture.  Currently, only Alpha
> > -- 
> > 2.10.1
> > 
> 

      reply	other threads:[~2016-10-19  6:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-18  4:54 [PATCH] Documentation/RCU: Fix minor typo Pranith Kumar
2016-10-18  7:43 ` Josh Triplett
2016-10-18 16:20   ` 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=20161018162035.GA3716@linux.vnet.ibm.com \
    --to=paulmck@linux.vnet.ibm.com \
    --cc=bobby.prani@gmail.com \
    --cc=corbet@lwn.net \
    --cc=jiangshanlai@gmail.com \
    --cc=josh@joshtriplett.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=rostedt@goodmis.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).