Skip to content

Commit 9b47120

Browse files
suryasaimadhurostedt
authored andcommitted
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/[email protected] Signed-off-by: Borislav Petkov <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent ef56e04 commit 9b47120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/trace/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ config TRACE_EVAL_MAP_FILE
771771
depends on TRACING
772772
help
773773
The "print fmt" of the trace events will show the enum/sizeof names
774-
instead of their values. This can cause problems for user space tools
774+
instead of their values. This can cause problems for user space tools
775775
that use this string to parse the raw data as user space does not know
776776
how to convert the string to its value.
777777

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

795-
If unsure, say N
795+
If unsure, say N.
796796

797797
config GCOV_PROFILE_FTRACE
798798
bool "Enable GCOV profiling on ftrace subsystem"

0 commit comments

Comments
 (0)