Skip to content

Commit fd69119

Browse files
tracing/histogram: Fix documentation inline emphasis warning
JIRA: https://issues.redhat.com/browse/RHEL-67679 commit 93d76e4 Author: Kalesh Singh <[email protected]> Date: Thu Oct 28 10:05:48 2021 -0700 tracing/histogram: Fix documentation inline emphasis warning This fixes the warning: Documentation/trace/histogram.rst:1766: WARNING: Inline emphasis start-string without end-string The issue was caused by an unescaped '*' character. Link: https://lore.kernel.org/all/[email protected]/T/#m77da47432f5cc6521d4294ffdb9621949cc35d04 Link: https://lkml.kernel.org/r/[email protected] Fixes: 2d2f6d4 ("tracing/histogram: Document expression arithmetic and constants") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Kalesh Singh <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]> Signed-off-by: Tomas Glozar <[email protected]>
1 parent 68f93cb commit fd69119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/trace/histogram.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@ using the same key and variable from yet another event::
17631763
# echo 'hist:key=pid:wakeupswitch_lat=$wakeup_lat+$switchtime_lat ...' >> event3/trigger
17641764

17651765
Expressions support the use of addition, subtraction, multiplication and
1766-
division operators (+-*/).
1766+
division operators (+-\*/).
17671767

17681768
Note that division by zero always returns -1.
17691769

0 commit comments

Comments
 (0)