x86/topology: Fix function name in documentation

topology_sibling_cpumask() is the correct thread-related topology
function in the kernel:

s/topology_sibling_mask/topology_sibling_cpumask

Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: corbet@lwn.net
Cc: linux-doc@vger.kernel.org
Link: http://lkml.kernel.org/r/20180222084812.14497-1-douly.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>

authored by Dou Liyang and committed by Ingo Molnar 0c52f7c5 36e74d35

Changed files
+1 -1
Documentation
+1 -1
Documentation/x86/topology.txt
··· 108 108 109 109 The number of online threads is also printed in /proc/cpuinfo "siblings." 110 110 111 - - topology_sibling_mask(): 111 + - topology_sibling_cpumask(): 112 112 113 113 The cpumask contains all online threads in the core to which a thread 114 114 belongs.