Skip to content

Commit

Permalink
tracing: Kconfig: Fix spelling/grammar/punctuation
Browse files Browse the repository at this point in the history
Fix some editorial nits in trace Kconfig.

Link: https://lkml.kernel.org/r/20230124181647.15902-1-rdunlap@infradead.org

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
  • Loading branch information
Randy Dunlap authored and Steven Rostedt (Google) committed Jan 24, 2023
1 parent 7ae4ba7 commit ac28d0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,8 @@ config RING_BUFFER_RECORD_RECURSION
default y
help
The ring buffer has its own internal recursion. Although when
recursion happens it wont cause harm because of the protection,
but it does cause an unwanted overhead. Enabling this option will
recursion happens it won't cause harm because of the protection,
but it does cause unwanted overhead. Enabling this option will
place where recursion was detected into the ftrace "recursed_functions"
file.

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

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

Expand Down

0 comments on commit ac28d0a

Please sign in to comment.