Skip to content

Commit

Permalink
tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help text
Browse files Browse the repository at this point in the history
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/[email protected]

Signed-off-by: Borislav Petkov <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
  • Loading branch information
suryasaimadhu authored and rostedt committed Nov 14, 2019
1 parent ef56e04 commit 9b47120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ config TRACE_EVAL_MAP_FILE
depends on TRACING
help
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
how to convert the string to its value.

Expand All @@ -792,7 +792,7 @@ config TRACE_EVAL_MAP_FILE
they are needed for the "eval_map" file. Enabling this option will
increase the memory footprint of the running kernel.

If unsure, say N
If unsure, say N.

config GCOV_PROFILE_FTRACE
bool "Enable GCOV profiling on ftrace subsystem"
Expand Down

0 comments on commit 9b47120

Please sign in to comment.