]> git.baikalelectronics.ru Git - kernel.git/commit
tracing/histogram: Fix documentation inline emphasis warning
authorKalesh Singh <kaleshsingh@google.com>
Thu, 28 Oct 2021 17:05:48 +0000 (10:05 -0700)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 29 Oct 2021 01:21:45 +0000 (21:21 -0400)
commit2907660c4221b0991c51517f7e881b28f239f299
treebc0ac641fb6620aa1358de13bb50769698c8ea9b
parent91b3245b92c1b372a096db16e58eea8042a104b0
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/20211028170548.2597449-1-kaleshsingh@google.com/T/#m77da47432f5cc6521d4294ffdb9621949cc35d04
Link: https://lkml.kernel.org/r/20211028170548.2597449-1-kaleshsingh@google.com
Fixes: ab369fbeff82 ("tracing/histogram: Document expression arithmetic and constants")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Documentation/trace/histogram.rst