]> Git Repo - linux.git/commitdiff
tracing: Fix warnings when building htmldocs for function graph retval
authorDonglin Peng <[email protected]>
Fri, 23 Jun 2023 07:17:28 +0000 (15:17 +0800)
committerSteven Rostedt (Google) <[email protected]>
Fri, 23 Jun 2023 14:42:12 +0000 (10:42 -0400)
When building htmldocs, the following warnings appear:

Documentation/trace/ftrace.rst:2797: WARNING: Literal block expected; none found.
Documentation/trace/ftrace.rst:2816: WARNING: Literal block expected; none found.

So fix it.

Link: https://lore.kernel.org/all/[email protected]/
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 21c094d3f8a6 ("tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex")
Signed-off-by: Donglin Peng <[email protected]>
Acked-by: Masami Hiramatsu (Google) <[email protected]>
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Documentation/trace/ftrace.rst

index b7308ab10c0e2078030b689957abea7d490743c3..f606c5bd1c0d00b55907175b6b00d0bf82a14058 100644 (file)
@@ -2792,7 +2792,7 @@ option, and these limitations will be eliminated in the future:
   especially when larger types are truncated, whether explicitly or implicitly.
   Here are some specific cases to illustrate this point:
 
-  **Case One**::
+  **Case One**:
 
   The function narrow_to_u8 is defined as follows::
 
@@ -2811,7 +2811,7 @@ option, and these limitations will be eliminated in the future:
   If you pass 0x123456789abcdef to this function and want to narrow it,
   it may be recorded as 0x123456789abcdef instead of 0xef.
 
-  **Case Two**::
+  **Case Two**:
 
   The function error_if_not_4g_aligned is defined as follows::
 
This page took 0.064744 seconds and 4 git commands to generate.