summaryrefslogtreecommitdiff
path: root/Documentation/trace/fprobe.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/trace/fprobe.rst')
-rw-r--r--Documentation/trace/fprobe.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/fprobe.rst b/Documentation/trace/fprobe.rst
index 06b0edad0179..95998b189ae3 100644
--- a/Documentation/trace/fprobe.rst
+++ b/Documentation/trace/fprobe.rst
@@ -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()