summaryrefslogtreecommitdiffstats
path: root/Documentation/trace/tracepoint-analysis.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2018-05-08 23:54:36 +0200
committerMauro Carvalho Chehab2018-06-15 23:10:01 +0200
commitec15872daa0ac3f5cbe7cb6f1734c493d74301ac (patch)
tree756607de6ba42e7d6c7179cf7a525a596a79a0b9 /Documentation/trace/tracepoint-analysis.rst
parentarch/*: Kconfig: fix documentation for NMI watchdog (diff)
downloadkernel-qcow2-linux-ec15872daa0ac3f5cbe7cb6f1734c493d74301ac.tar.gz
kernel-qcow2-linux-ec15872daa0ac3f5cbe7cb6f1734c493d74301ac.tar.xz
kernel-qcow2-linux-ec15872daa0ac3f5cbe7cb6f1734c493d74301ac.zip
docs: fix broken references with multiple hints
The script: ./scripts/documentation-file-ref-check --fix Gives multiple hints for broken references on some files. Manually use the one that applies for some files. Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Acked-by: James Morris <james.morris@microsoft.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/trace/tracepoint-analysis.rst')
-rw-r--r--Documentation/trace/tracepoint-analysis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/tracepoint-analysis.rst b/Documentation/trace/tracepoint-analysis.rst
index a4d3ff2e5efb..bef37abf4ad3 100644
--- a/Documentation/trace/tracepoint-analysis.rst
+++ b/Documentation/trace/tracepoint-analysis.rst
@@ -6,7 +6,7 @@ Notes on Analysing Behaviour Using Events and Tracepoints
1. Introduction
===============
-Tracepoints (see Documentation/trace/tracepoints.txt) can be used without
+Tracepoints (see Documentation/trace/tracepoints.rst) can be used without
creating custom kernel modules to register probe functions using the event
tracing infrastructure.