aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/trace/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index 4269af5905e4..a3a6945a7732 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -4755,7 +4755,7 @@ static const char readme_msg[] =
4755 " instances\t\t- Make sub-buffers with: mkdir instances/foo\n" 4755 " instances\t\t- Make sub-buffers with: mkdir instances/foo\n"
4756 "\t\t\t Remove sub-buffer with rmdir\n" 4756 "\t\t\t Remove sub-buffer with rmdir\n"
4757 " trace_options\t\t- Set format or modify how tracing happens\n" 4757 " trace_options\t\t- Set format or modify how tracing happens\n"
4758 "\t\t\t Disable an option by adding a suffix 'no' to the\n" 4758 "\t\t\t Disable an option by prefixing 'no' to the\n"
4759 "\t\t\t option name\n" 4759 "\t\t\t option name\n"
4760 " saved_cmdlines_size\t- echo command number in here to store comm-pid list\n" 4760 " saved_cmdlines_size\t- echo command number in here to store comm-pid list\n"
4761#ifdef CONFIG_DYNAMIC_FTRACE 4761#ifdef CONFIG_DYNAMIC_FTRACE