mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
topology/sysfs: get rid of htmldoc warning
Stephen Rothwell reported the following warning caused by commitf1045056c7
("topology/sysfs: rework book and drawer topology ifdefery"): Documentation/admin-guide/cputopology.rst:49: WARNING: Block quote ends without a blank line; unexpected unindent. To fix this remove the extra indentation again. Fixes:f1045056c7
("topology/sysfs: rework book and drawer topology ifdefery") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Link: https://lore.kernel.org/r/Ya4Ht2K9x2+lUtuR@osiris Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c097af1d0a
commit
aa483f3ce6
@ -37,15 +37,15 @@ To be consistent on all architectures, include/linux/topology.h
|
|||||||
provides default definitions for any of the above macros that are
|
provides default definitions for any of the above macros that are
|
||||||
not defined by include/asm-XXX/topology.h:
|
not defined by include/asm-XXX/topology.h:
|
||||||
|
|
||||||
1) topology_physical_package_id: -1
|
1) topology_physical_package_id: -1
|
||||||
2) topology_die_id: -1
|
2) topology_die_id: -1
|
||||||
3) topology_cluster_id: -1
|
3) topology_cluster_id: -1
|
||||||
4) topology_core_id: 0
|
4) topology_core_id: 0
|
||||||
5) topology_book_id: -1
|
5) topology_book_id: -1
|
||||||
6) topology_drawer_id: -1
|
6) topology_drawer_id: -1
|
||||||
7) topology_sibling_cpumask: just the given CPU
|
7) topology_sibling_cpumask: just the given CPU
|
||||||
8) topology_core_cpumask: just the given CPU
|
8) topology_core_cpumask: just the given CPU
|
||||||
9) topology_cluster_cpumask: just the given CPU
|
9) topology_cluster_cpumask: just the given CPU
|
||||||
10) topology_die_cpumask: just the given CPU
|
10) topology_die_cpumask: just the given CPU
|
||||||
11) topology_book_cpumask: just the given CPU
|
11) topology_book_cpumask: just the given CPU
|
||||||
12) topology_drawer_cpumask: just the given CPU
|
12) topology_drawer_cpumask: just the given CPU
|
||||||
|
Loading…
Reference in New Issue
Block a user