From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Liu Ping Fan <kernelfans@gmail.com>
Cc: linux-kernel@vger.kernel.org, Dipankar Sarma <dipankar@in.ibm.com>
Subject: Re: [PATCH] rcu: fix incorrect notes for code
Date: Mon, 24 Feb 2014 06:18:47 -0800 [thread overview]
Message-ID: <20140224141847.GI8264@linux.vnet.ibm.com> (raw)
In-Reply-To: <1393228603-30785-1-git-send-email-pingfank@linux.vnet.ibm.com>
On Mon, Feb 24, 2014 at 03:56:43PM +0800, Liu Ping Fan wrote:
> -/* Is the specified CPU a no-CPUs CPU? */
> +/* Is the specified CPU a no-CBs CPU? */
> bool rcu_is_nocb_cpu(int cpu)
>
> Signed-off-by: Liu Ping Fan <pingfank@linux.vnet.ibm.com>
Good catch, queued for 3.16.
Thanx, Paul
> ---
> kernel/rcu/tree_plugin.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
> index 6e2ef4b..ec6cb76 100644
> --- a/kernel/rcu/tree_plugin.h
> +++ b/kernel/rcu/tree_plugin.h
> @@ -2101,7 +2101,7 @@ static void rcu_init_one_nocb(struct rcu_node *rnp)
> init_waitqueue_head(&rnp->nocb_gp_wq[1]);
> }
>
> -/* Is the specified CPU a no-CPUs CPU? */
> +/* Is the specified CPU a no-CBs CPU? */
> bool rcu_is_nocb_cpu(int cpu)
> {
> if (have_rcu_nocb_mask)
> --
> 1.8.1.4
>
prev parent reply other threads:[~2014-02-24 14:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-24 7:56 [PATCH] rcu: fix incorrect notes for code Liu Ping Fan
2014-02-24 14:18 ` 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=20140224141847.GI8264@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=dipankar@in.ibm.com \
--cc=kernelfans@gmail.com \
--cc=linux-kernel@vger.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 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).