]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation/trace: Fix links to other documents
authorPetr Vorel <pvorel@suse.cz>
Sun, 11 Jan 2026 22:36:43 +0000 (23:36 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 12 Jan 2026 16:31:19 +0000 (09:31 -0700)
Link to another document does not require 'file:'. Removing it fixes
links in generated html docs.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260111223643.174812-2-pvorel@suse.cz>

Documentation/trace/fprobe.rst
Documentation/trace/ftrace-uses.rst

index 06b0edad0179651a952d38d71fc279b09f0d8087..95998b189ae339c60c3f199603951074a5346e74 100644 (file)
@@ -79,7 +79,7 @@ The above is defined by including the header::
 
 Same as ftrace, the registered callbacks will start being called some time
 after the register_fprobe() is called and before it returns. See
-:file:`Documentation/trace/ftrace.rst`.
+Documentation/trace/ftrace.rst.
 
 Also, the unregister_fprobe() will guarantee that both enter and exit
 handlers are no longer being called by functions after unregister_fprobe()
index e225cc46b71ebcd439819e17c1b3ea29457fc0f8..a9701add27c51b916d86aaf296c6824f8bb846c9 100644 (file)
@@ -253,7 +253,7 @@ If @buf is NULL and reset is set, all functions will be enabled for tracing.
 The @buf can also be a glob expression to enable all functions that
 match a specific pattern.
 
-See Filter Commands in :file:`Documentation/trace/ftrace.rst`.
+See Filter Commands in Documentation/trace/ftrace.rst.
 
 To just trace the schedule function: