From 7e6294cdc0b055225f45e66003b33175e06154aa Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 18 Jun 2019 15:51:18 -0300 Subject: [PATCH] docs: trace: add a missing blank line Sphinx expects a blank line after a literal block markup. Signed-off-by: Mauro Carvalho Chehab Acked-by: Steven Rostedt (VMware) Acked-by: Masami Hiramatsu Signed-off-by: Jonathan Corbet --- Documentation/trace/kprobetrace.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/trace/kprobetrace.rst b/Documentation/trace/kprobetrace.rst index baa3c42ba2f4..7d2b0178d3f3 100644 --- a/Documentation/trace/kprobetrace.rst +++ b/Documentation/trace/kprobetrace.rst @@ -191,6 +191,7 @@ events, you need to enable it. Use the following command to start tracing in an interval. :: + # echo 1 > tracing_on Open something... # echo 0 > tracing_on