[PATCH] smp: Fix the description for raw_smp_processor_id()

From: Qiujun Huang
Date: Wed Dec 30 2020 - 09:34:03 EST


s/raw_processor_id/raw_smp_processor_id/

Signed-off-by: Qiujun Huang <hqjagain@xxxxxxxxx>
---
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 70c6f6284dcf..081a9d98e1e3 100644
--- a/include/linux/smp.h
+++ b/include/linux/smp.h
@@ -197,7 +197,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.17.1