All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boqun Feng <boqun.feng@gmail.com>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-kernel@vger.kernel.org,
	Vincent Guittot <vincent.guittot@linaro.org>,
	Neeraj Upadhyay <neeraj.upadhyay@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	"Paul E. McKenney" <paulmck@kernel.org>
Subject: Re: [PATCH] smp: Fix typo in comment for raw_smp_processor_id()
Date: Tue, 10 Jun 2025 09:42:55 -0700	[thread overview]
Message-ID: <aEhgj793zqsdbp6m@tardis.local> (raw)
In-Reply-To: <d096779819962c305b85cd12bda41b593e0981aa.1749536622.git.viresh.kumar@linaro.org>

On Tue, Jun 10, 2025 at 01:27:13PM +0530, Viresh Kumar wrote:
> The comment in `smp.h` incorrectly refers to `raw_processor_id()`
> instead of the correct function name `raw_smp_processor_id()`.
> 
> Suggested-by: Boqun Feng <boqun.feng@gmail.com>
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

Reviewed-by: Boqun Feng <boqun.feng@gmail.com>

Regards,
Boqun

> ---
>  include/linux/smp.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/smp.h b/include/linux/smp.h
> index f1aa0952e8c3..bea8d2826e09 100644
> --- a/include/linux/smp.h
> +++ b/include/linux/smp.h
> @@ -234,7 +234,7 @@ static inline int get_boot_cpu_id(void)
>  #endif /* !SMP */
>  
>  /**
> - * raw_processor_id() - get the current (unstable) CPU id
> + * raw_smp_processor_id() - get the current (unstable) CPU id
>   *
>   * For then you know what you are doing and need an unstable
>   * CPU id.
> -- 
> 2.31.1.272.g89b43f80a514
> 

      reply	other threads:[~2025-06-10 16:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-10  7:57 [PATCH] smp: Fix typo in comment for raw_smp_processor_id() Viresh Kumar
2025-06-10 16:42 ` Boqun Feng [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=aEhgj793zqsdbp6m@tardis.local \
    --to=boqun.feng@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neeraj.upadhyay@kernel.org \
    --cc=paulmck@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=vincent.guittot@linaro.org \
    --cc=viresh.kumar@linaro.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.