All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/documentation: Document the correct function name
@ 2018-02-22  8:48 Dou Liyang
  2018-02-23  8:28 ` [tip:x86/urgent] x86/topology: Fix function name in documentation tip-bot for Dou Liyang
  0 siblings, 1 reply; 2+ messages in thread
From: Dou Liyang @ 2018-02-22  8:48 UTC (permalink / raw)
  To: linux-kernel, linux-doc, x86; +Cc: tglx, mingo, corbet, Dou Liyang

topology_sibling_cpumask() is the correct thread-related topology
information in the kernel.

S/topology_sibling_mask/topology_sibling_cpumask

Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
---
 Documentation/x86/topology.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/x86/topology.txt b/Documentation/x86/topology.txt
index f3e9d7e9ed6c..2953e3ec9a02 100644
--- a/Documentation/x86/topology.txt
+++ b/Documentation/x86/topology.txt
@@ -108,7 +108,7 @@ The topology of a system is described in the units of:
 
     The number of online threads is also printed in /proc/cpuinfo "siblings."
 
-  - topology_sibling_mask():
+  - topology_sibling_cpumask():
 
     The cpumask contains all online threads in the core to which a thread
     belongs.
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-23  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-22  8:48 [PATCH] x86/documentation: Document the correct function name Dou Liyang
2018-02-23  8:28 ` [tip:x86/urgent] x86/topology: Fix function name in documentation tip-bot for Dou Liyang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.