Skip to content

Commit fc30ace

Browse files
Donglin Pengrostedt
authored andcommitted
tracing: Fix warnings when building htmldocs for function graph retval
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: 21c094d ("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]>
1 parent b97aec0 commit fc30ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/trace/ftrace.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2792,7 +2792,7 @@ option, and these limitations will be eliminated in the future:
27922792
especially when larger types are truncated, whether explicitly or implicitly.
27932793
Here are some specific cases to illustrate this point:
27942794

2795-
**Case One**::
2795+
**Case One**:
27962796

27972797
The function narrow_to_u8 is defined as follows::
27982798

@@ -2811,7 +2811,7 @@ option, and these limitations will be eliminated in the future:
28112811
If you pass 0x123456789abcdef to this function and want to narrow it,
28122812
it may be recorded as 0x123456789abcdef instead of 0xef.
28132813

2814-
**Case Two**::
2814+
**Case Two**:
28152815

28162816
The function error_if_not_4g_aligned is defined as follows::
28172817

0 commit comments

Comments
 (0)