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/[email protected] Cc: Masami Hiramatsu <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Fixes: 773c167 ("ftrace: Add recording of functions that caused recursion") Signed-off-by: Prasad Pandit <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent a8fa658 commit d96c360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)