From: Wang Long Date: Thu, 5 Feb 2015 05:16:14 +0000 (+0000) Subject: Documentation: Fix the wrong command `echo -1 > set_ftrace_pid` for cleaning the... X-Git-Tag: fixes-v4.0-rc1~137^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52e68924dfa8d9de5d82f6798352eecc5f03a97d;p=pandora-kernel.git Documentation: Fix the wrong command `echo -1 > set_ftrace_pid` for cleaning the filter. The command `echo > set_ftrace_pid` should be used to clean the filter quietly. because the command `echo -1 > set_ftrace_pid` will output the following: "bash: echo: write error: Invalid argument". so update the file Documentation/trace/ftrace.txt. Signed-off-by: Wang Long Acked-by: Steven Rostedt Signed-off-by: Jonathan Corbet --- Reading git-diff-tree failed