[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <174981950839.406.6889829329461040913.tip-bot2@tip-bot2>
Date: Fri, 13 Jun 2025 12:58:28 -0000
From: "tip-bot2 for Viresh Kumar" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Boqun Feng <boqun.feng@...il.com>, Viresh Kumar <viresh.kumar@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: smp/core] smp: Fix typo in comment for raw_smp_processor_id()
The following commit has been merged into the smp/core branch of tip:
Commit-ID: 09735f0624b494c0959f3327af009283567af320
Gitweb: https://git.kernel.org/tip/09735f0624b494c0959f3327af009283567af320
Author: Viresh Kumar <viresh.kumar@...aro.org>
AuthorDate: Tue, 10 Jun 2025 13:27:13 +05:30
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Fri, 13 Jun 2025 14:48:54 +02:00
smp: Fix typo in comment for raw_smp_processor_id()
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@...il.com>
Signed-off-by: Viresh Kumar <viresh.kumar@...aro.org>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Reviewed-by: Boqun Feng <boqun.feng@...il.com>
Link: https://lore.kernel.org/all/d096779819962c305b85cd12bda41b593e0981aa.1749536622.git.viresh.kumar@linaro.org
---
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 f1aa095..bea8d28 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.
Powered by blists - more mailing lists