Skip to content

Commit d96c360

Browse files
Prasad Panditrostedt
authored andcommitted
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: 773c167 ("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>
1 parent a8fa658 commit d96c360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/trace/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ config FTRACE_RECORD_RECURSION
965965

966966
config FTRACE_RECORD_RECURSION_SIZE
967967
int "Max number of recursed functions to record"
968-
default 128
968+
default 128
969969
depends on FTRACE_RECORD_RECURSION
970970
help
971971
This defines the limit of number of functions that can be

0 commit comments

Comments
 (0)