Skip to content

Commit a2bd0c0

Browse files
committed
Documentation: Fix typo of reference file name
Fix a typo of Documentation/trace/fprobe.rst. Link: https://lore.kernel.org/all/168584575125.2056209.5771945721143181243.stgit@mhiramat.roam.corp.google.com/ Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Reviewed-by: Steven Rostedt (Google) <[email protected]> Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
1 parent ed5f297 commit a2bd0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/trace/fprobetrace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Synopsis of fprobe-events
3838
with a digit character, "_TRACEPOINT" is used.
3939
MAXACTIVE : Maximum number of instances of the specified function that
4040
can be probed simultaneously, or 0 for the default value
41-
as defined in Documentation/trace/fprobes.rst
41+
as defined in Documentation/trace/fprobe.rst
4242

4343
FETCHARGS : Arguments. Each probe can have up to 128 args.
4444
ARG : Fetch "ARG" function argument using BTF (only for function

0 commit comments

Comments
 (0)