From: Viresh Kumar Date: Tue, 10 Jun 2025 07:57:13 +0000 (+0530) Subject: smp: Fix typo in comment for raw_smp_processor_id() X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09735f0624b494c0959f3327af009283567af320;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Viresh Kumar Signed-off-by: Thomas Gleixner Reviewed-by: Boqun Feng Link: https://lore.kernel.org/all/d096779819962c305b85cd12bda41b593e0981aa.1749536622.git.viresh.kumar@linaro.org --- diff --git a/include/linux/smp.h b/include/linux/smp.h index f1aa0952e8c30..bea8d2826e09f 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.