Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: trace: histogram: Convert ftrace docs cross-reference

In brief "Extended error information" section, details on error
condition is referred to ftrace docs, which is written in :file:
directive instead of a proper cross-reference. Convert it.

Reviewed-by: Tom Zanussi <zanussi@kernel.org>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250916054202.582074-7-bagasdotme@gmail.com>

authored by

Bagas Sanjaya and committed by
Jonathan Corbet
b8874ea3 fa06220f

+2 -2
+2 -2
Documentation/trace/histogram.rst
··· 209 209 210 210 For some error conditions encountered when invoking a hist trigger 211 211 command, extended error information is available via the 212 - tracing/error_log file. See Error Conditions in 213 - :file:`Documentation/trace/ftrace.rst` for details. 212 + tracing/error_log file. See "Error conditions" section in 213 + Documentation/trace/ftrace.rst for details. 214 214 215 215 2.3. 'hist' trigger examples 216 216 ----------------------------