Re: [PATCH] ftrace: fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry

2024-03-22 Thread Randy Dunlap
On 3/22/24 05:18, Prasad Pandit wrote: > From: Prasad Pandit > > Fix FTRACE_RECORD_RECURSION_SIZE entry, replace tab with replace the tab between "default" and "128" with a space > a space character. It helps Kconfig parsers to read file > without error. Parsers should accept either tab or

[PATCH] ftrace: fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry

2024-03-22 Thread Prasad Pandit
From: Prasad Pandit Fix FTRACE_RECORD_RECURSION_SIZE entry, replace tab with a space character. It helps Kconfig parsers to read file without error. Fixes: 773c16705058 ("ftrace: Add recording of functions that caused recursion") Signed-off-by: Prasad Pandit --- kernel/trace/Kconfig | 2 +- 1