Skip to content

Commit ac28d0a

Browse files
rddunlaprostedt
authored andcommitted
tracing: Kconfig: Fix spelling/grammar/punctuation
Fix some editorial nits in trace Kconfig. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 7ae4ba7 commit ac28d0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kernel/trace/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@ config RING_BUFFER_RECORD_RECURSION
933933
default y
934934
help
935935
The ring buffer has its own internal recursion. Although when
936-
recursion happens it wont cause harm because of the protection,
937-
but it does cause an unwanted overhead. Enabling this option will
936+
recursion happens it won't cause harm because of the protection,
937+
but it does cause unwanted overhead. Enabling this option will
938938
place where recursion was detected into the ftrace "recursed_functions"
939939
file.
940940

@@ -1017,8 +1017,8 @@ config RING_BUFFER_STARTUP_TEST
10171017
The test runs for 10 seconds. This will slow your boot time
10181018
by at least 10 more seconds.
10191019

1020-
At the end of the test, statics and more checks are done.
1021-
It will output the stats of each per cpu buffer. What
1020+
At the end of the test, statistics and more checks are done.
1021+
It will output the stats of each per cpu buffer: What
10221022
was written, the sizes, what was read, what was lost, and
10231023
other similar details.
10241024

0 commit comments

Comments
 (0)