From: Steven Rostedt Date: Fri, 27 Feb 2009 05:22:21 +0000 (-0500) Subject: tracing: use newline separator for trace options list X-Git-Tag: v2.6.30-rc1~2^2~76^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6a3ae1b4beebb56e2916b84f1208d96a9e32ff;p=pandora-kernel.git tracing: use newline separator for trace options list Impact: clean up Instead of listing the trace options like: # cat /debug/tracing/trace_options print-parent nosym-offset nosym-addr noverbose noraw nohex nobin noblock nostacktrace nosched-tree ftrace_printk noftrace_preempt nobranch annotate nouserstacktrace nosym-userobj We now list them like: # cat /debug/tracing/trace_options print-parent nosym-offset nosym-addr noverbose noraw nohex nobin noblock nostacktrace nosched-tree ftrace_printk noftrace_preempt nobranch annotate nouserstacktrace nosym-userobj Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed