From: Bagas Sanjaya Date: Tue, 16 Sep 2025 05:42:03 +0000 (+0700) Subject: Documentation: trace: histogram: Convert ftrace docs cross-reference X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8874ea3d0fdb2c48b2261bb3b46c84908fa67bb;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Bagas Sanjaya Acked-by: Steven Rostedt (Google) Signed-off-by: Jonathan Corbet Message-ID: <20250916054202.582074-7-bagasdotme@gmail.com> --- diff --git a/Documentation/trace/histogram.rst b/Documentation/trace/histogram.rst index d158dadaa4244..340bcb5099e7a 100644 --- a/Documentation/trace/histogram.rst +++ b/Documentation/trace/histogram.rst @@ -209,8 +209,8 @@ Documentation written by Tom Zanussi For some error conditions encountered when invoking a hist trigger command, extended error information is available via the - tracing/error_log file. See Error Conditions in - :file:`Documentation/trace/ftrace.rst` for details. + tracing/error_log file. See "Error conditions" section in + Documentation/trace/ftrace.rst for details. 2.3. 'hist' trigger examples ----------------------------