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 <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202306040144.aD72UzkF-lkp@intel.com/ Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
1 parent ed5f297 commit a2bd0c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)