mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Josh Triplett <josh@joshtriplett.org>
To: Pranith Kumar <bobby.prani@gmail.com>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.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 00:43:24 -0700	[thread overview]
Message-ID: <20161018074323.aw5s2nkx4nigobyc@x> (raw)
In-Reply-To: <20161018045403.28445-1-bobby.prani@gmail.com>

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>

>  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-18  7:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-18  4:54 Pranith Kumar
2016-10-18  7:43 ` Josh Triplett [this message]
2016-10-18 16:20   ` 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=20161018074323.aw5s2nkx4nigobyc@x \
    --to=josh@joshtriplett.org \
    --cc=bobby.prani@gmail.com \
    --cc=corbet@lwn.net \
    --cc=jiangshanlai@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=paulmck@linux.vnet.ibm.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

Powered by JetHome