Commit 9b471204 authored by Borislav Petkov's avatar Borislav Petkov Committed by Steven Rostedt (VMware)

tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help text

There was a stray tab in the help text of the aforementioned config
option which showed like this:

  The "print fmt" of the trace events will show the enum/sizeof names
  instead        of their values. This can cause problems for user space tools
  ...

in menuconfig. Remove it and end a sentence with a fullstop.

No functional changes.

Link: http://lkml.kernel.org/r/20191112174219.10933-1-bp@alien8.deSigned-off-by: default avatarBorislav Petkov <bp@suse.de>
Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent ef56e047
...@@ -771,7 +771,7 @@ config TRACE_EVAL_MAP_FILE ...@@ -771,7 +771,7 @@ config TRACE_EVAL_MAP_FILE
depends on TRACING depends on TRACING
help help
The "print fmt" of the trace events will show the enum/sizeof names The "print fmt" of the trace events will show the enum/sizeof names
instead of their values. This can cause problems for user space tools instead of their values. This can cause problems for user space tools
that use this string to parse the raw data as user space does not know that use this string to parse the raw data as user space does not know
how to convert the string to its value. how to convert the string to its value.
...@@ -792,7 +792,7 @@ config TRACE_EVAL_MAP_FILE ...@@ -792,7 +792,7 @@ config TRACE_EVAL_MAP_FILE
they are needed for the "eval_map" file. Enabling this option will they are needed for the "eval_map" file. Enabling this option will
increase the memory footprint of the running kernel. increase the memory footprint of the running kernel.
If unsure, say N If unsure, say N.
config GCOV_PROFILE_FTRACE config GCOV_PROFILE_FTRACE
bool "Enable GCOV profiling on ftrace subsystem" bool "Enable GCOV profiling on ftrace subsystem"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment