smp: Fix typo in comment for raw_smp_processor_id()
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 10 Jun 2025 07:57:13 +0000 (13:27 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 13 Jun 2025 12:48:54 +0000 (14:48 +0200)
commit09735f0624b494c0959f3327af009283567af320
tree0ec28d04ef299f98413a01b2c1488626d8b8162f
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
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
include/linux/smp.h