diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/cgroup/cpuset.c | 2 | ||||
-rw-r--r-- | kernel/power/main.c | 5 | ||||
-rw-r--r-- | kernel/trace/Kconfig | 16 |
3 files changed, 12 insertions, 11 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/power/main.c b/kernel/power/main.c index 705c2366dafe..d9706da10930 100644 --- a/kernel/power/main.c +++ b/kernel/power/main.c | |||
@@ -455,8 +455,9 @@ struct kobject *power_kobj; | |||
455 | * state - control system sleep states. | 455 | * state - control system sleep states. |
456 | * | 456 | * |
457 | * show() returns available sleep state labels, which may be "mem", "standby", | 457 | * show() returns available sleep state labels, which may be "mem", "standby", |
458 | * "freeze" and "disk" (hibernation). See Documentation/power/states.txt for a | 458 | * "freeze" and "disk" (hibernation). |
459 | * description of what they mean. | 459 | * See Documentation/admin-guide/pm/sleep-states.rst for a description of |
460 | * what they mean. | ||
460 | * | 461 | * |
461 | * store() accepts one of those strings, translates it into the proper | 462 | * store() accepts one of those strings, translates it into the proper |
462 | * enumerated value, and initiates a suspend transition. | 463 | * enumerated value, and initiates a suspend transition. |
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 | |||
12 | config HAVE_FTRACE_NMI_ENTER | 12 | config 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 | ||
17 | config HAVE_FUNCTION_TRACER | 17 | config 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 | ||
22 | config HAVE_FUNCTION_GRAPH_TRACER | 22 | config 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 | ||
27 | config HAVE_DYNAMIC_FTRACE | 27 | config 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 | ||
32 | config HAVE_DYNAMIC_FTRACE_WITH_REGS | 32 | config HAVE_DYNAMIC_FTRACE_WITH_REGS |
33 | bool | 33 | bool |
@@ -35,12 +35,12 @@ config HAVE_DYNAMIC_FTRACE_WITH_REGS | |||
35 | config HAVE_FTRACE_MCOUNT_RECORD | 35 | config 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 | ||
40 | config HAVE_SYSCALL_TRACEPOINTS | 40 | config 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 | ||
45 | config HAVE_FENTRY | 45 | config 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 | ||
581 | config TRACING_MAP | 581 | config TRACING_MAP |