diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-12-16 11:40:51 +0000 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2021-02-02 17:02:07 -0500 |
commit | 28cc65a173819ccb049d6335ebe82c1be054e9bb (patch) | |
tree | 8dbb31ae3fb77e0a99ec79e9b2557812bbde851a /kernel/trace/Kconfig | |
parent | 5817708493bec547914d23dcdd064919ac409f33 (diff) | |
download | linux-28cc65a173819ccb049d6335ebe82c1be054e9bb.tar.gz linux-28cc65a173819ccb049d6335ebe82c1be054e9bb.tar.bz2 linux-28cc65a173819ccb049d6335ebe82c1be054e9bb.zip |
tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"
There is a spelling mistake in the Kconfig help text. Fix it.
Link: https://lkml.kernel.org/r/20201216114051.12056-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index c1a62ae7e812..4f976f8d9a38 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -545,7 +545,7 @@ config KPROBE_EVENTS_ON_NOTRACE using kprobe events. If kprobes can use ftrace instead of breakpoint, ftrace related - functions are protected from kprobe-events to prevent an infinit + functions are protected from kprobe-events to prevent an infinite recursion or any unexpected execution path which leads to a kernel crash. |