Skip to content

Commit 09735f0

Browse files
vireshkKAGA-KOKO
authored andcommitted
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@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Boqun Feng <boqun.feng@gmail.com> Link: https://lore.kernel.org/all/d096779819962c305b85cd12bda41b593e0981aa.1749536622.git.viresh.kumar@linaro.org
1 parent 19272b3 commit 09735f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/smp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static inline int get_boot_cpu_id(void)
234234
#endif /* !SMP */
235235

236236
/**
237-
* raw_processor_id() - get the current (unstable) CPU id
237+
* raw_smp_processor_id() - get the current (unstable) CPU id
238238
*
239239
* For then you know what you are doing and need an unstable
240240
* CPU id.

0 commit comments

Comments
 (0)