[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20201230143015.32149-1-hqjagain@gmail.com>
Date: Wed, 30 Dec 2020 22:30:15 +0800
From: Qiujun Huang <hqjagain@...il.com>
To: mingo@...hat.com, peterz@...radead.org, tglx@...utronix.de,
linux-kernel@...r.kernel.org
Cc: Qiujun Huang <hqjagain@...il.com>
Subject: [PATCH] smp: Fix the description for raw_smp_processor_id()
s/raw_processor_id/raw_smp_processor_id/
Signed-off-by: Qiujun Huang <hqjagain@...il.com>
---
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
Powered by blists - more mailing lists