summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-08 14:14:57 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-15 17:10:01 -0400
commit5fb94e9ca333f0fe1d96de06704a79942b3832c3 (patch)
treec7577c1ee04f2301299a10b42e32b3a6063fe6a6 /kernel
parentec15872daa0ac3f5cbe7cb6f1734c493d74301ac (diff)
docs: Fix some broken references
As we move stuff around, some doc references are broken. Fix some of them via this script: ./scripts/documentation-file-ref-check --fix Manually checked if the produced result is valid, removing a few false-positives. Acked-by: Takashi Iwai <tiwai@suse.de> Acked-by: Masami Hiramatsu <mhiramat@kernel.org> Acked-by: Stephen Boyd <sboyd@kernel.org> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Acked-by: Mathieu Poirier <mathieu.poirier@linaro.org> Reviewed-by: Coly Li <colyli@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/cgroup/cpuset.c2
-rw-r--r--kernel/trace/Kconfig16
2 files changed, 9 insertions, 9 deletions
diff --git a/kernel/cgroup/cpuset.c b/kernel/cgroup/cpuset.c
index d8b12e0d39cd..266f10cb7222 100644
--- a/kernel/cgroup/cpuset.c
+++ b/kernel/cgroup/cpuset.c
@@ -605,7 +605,7 @@ static inline int nr_cpusets(void)
605 * load balancing domains (sched domains) as specified by that partial 605 * load balancing domains (sched domains) as specified by that partial
606 * partition. 606 * partition.
607 * 607 *
608 * See "What is sched_load_balance" in Documentation/cgroups/cpusets.txt 608 * See "What is sched_load_balance" in Documentation/cgroup-v1/cpusets.txt
609 * for a background explanation of this. 609 * for a background explanation of this.
610 * 610 *
611 * Does not return errors, on the theory that the callers of this 611 * Does not return errors, on the theory that the callers of this
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index dd6c0a2ad969..dcc0166d1997 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -12,22 +12,22 @@ config NOP_TRACER
12config HAVE_FTRACE_NMI_ENTER 12config HAVE_FTRACE_NMI_ENTER
13 bool 13 bool
14 help 14 help
15 See Documentation/trace/ftrace-design.txt 15 See Documentation/trace/ftrace-design.rst
16 16
17config HAVE_FUNCTION_TRACER 17config HAVE_FUNCTION_TRACER
18 bool 18 bool
19 help 19 help
20 See Documentation/trace/ftrace-design.txt 20 See Documentation/trace/ftrace-design.rst
21 21
22config HAVE_FUNCTION_GRAPH_TRACER 22config HAVE_FUNCTION_GRAPH_TRACER
23 bool 23 bool
24 help 24 help
25 See Documentation/trace/ftrace-design.txt 25 See Documentation/trace/ftrace-design.rst
26 26
27config HAVE_DYNAMIC_FTRACE 27config HAVE_DYNAMIC_FTRACE
28 bool 28 bool
29 help 29 help
30 See Documentation/trace/ftrace-design.txt 30 See Documentation/trace/ftrace-design.rst
31 31
32config HAVE_DYNAMIC_FTRACE_WITH_REGS 32config HAVE_DYNAMIC_FTRACE_WITH_REGS
33 bool 33 bool
@@ -35,12 +35,12 @@ config HAVE_DYNAMIC_FTRACE_WITH_REGS
35config HAVE_FTRACE_MCOUNT_RECORD 35config HAVE_FTRACE_MCOUNT_RECORD
36 bool 36 bool
37 help 37 help
38 See Documentation/trace/ftrace-design.txt 38 See Documentation/trace/ftrace-design.rst
39 39
40config HAVE_SYSCALL_TRACEPOINTS 40config HAVE_SYSCALL_TRACEPOINTS
41 bool 41 bool
42 help 42 help
43 See Documentation/trace/ftrace-design.txt 43 See Documentation/trace/ftrace-design.rst
44 44
45config HAVE_FENTRY 45config HAVE_FENTRY
46 bool 46 bool
@@ -448,7 +448,7 @@ config KPROBE_EVENTS
448 help 448 help
449 This allows the user to add tracing events (similar to tracepoints) 449 This allows the user to add tracing events (similar to tracepoints)
450 on the fly via the ftrace interface. See 450 on the fly via the ftrace interface. See
451 Documentation/trace/kprobetrace.txt for more details. 451 Documentation/trace/kprobetrace.rst for more details.
452 452
453 Those events can be inserted wherever kprobes can probe, and record 453 Those events can be inserted wherever kprobes can probe, and record
454 various register and memory values. 454 various register and memory values.
@@ -575,7 +575,7 @@ config MMIOTRACE
575 implementation and works via page faults. Tracing is disabled by 575 implementation and works via page faults. Tracing is disabled by
576 default and can be enabled at run-time. 576 default and can be enabled at run-time.
577 577
578 See Documentation/trace/mmiotrace.txt. 578 See Documentation/trace/mmiotrace.rst.
579 If you are not helping to develop drivers, say N. 579 If you are not helping to develop drivers, say N.
580 580
581config TRACING_MAP 581config TRACING_MAP