summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPrasad Pandit <pjp@fedoraproject.org>2024-03-22 17:48:01 +0530
committerSteven Rostedt (Google) <rostedt@goodmis.org>2024-04-11 17:45:18 -0400
commitd96c36004e31e2baaf8ea1b449b7d0b2c2bfb41a (patch)
treee3baaa037f4e4c8db832dd0a468405baee4b0b87 /kernel
parenta8fa658eebe8b17fc852482da52f8841be8931d6 (diff)
downloadlinux-stable-d96c36004e31e2baaf8ea1b449b7d0b2c2bfb41a.tar.gz
linux-stable-d96c36004e31e2baaf8ea1b449b7d0b2c2bfb41a.tar.bz2
linux-stable-d96c36004e31e2baaf8ea1b449b7d0b2c2bfb41a.zip
tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry
Fix FTRACE_RECORD_RECURSION_SIZE entry, replace tab with a space character. It helps Kconfig parsers to read file without error. Link: https://lore.kernel.org/linux-trace-kernel/20240322121801.1803948-1-ppandit@redhat.com Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Fixes: 773c16705058 ("ftrace: Add recording of functions that caused recursion") Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/trace/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 61c541c36596..47345bf1d4a9 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -965,7 +965,7 @@ config FTRACE_RECORD_RECURSION
config FTRACE_RECORD_RECURSION_SIZE
int "Max number of recursed functions to record"
- default 128
+ default 128
depends on FTRACE_RECORD_RECURSION
help
This defines the limit of number of functions that can be