On Thu, 14 May 2009, Jiri Kosina wrote: > On Thu, 14 May 2009, Minchan Kim wrote: > > > > Please, Append prompt in /debug/tracing/README file. > > > > > > This is trivial issue. Fix typo Mini Howto file(README) for ftrace. > > > > > > Signed-off-by: GeunSik Lim <geunsik.lim@xxxxxxxxxxx> > > > > > > diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c > > > index 1ce5dc6..a4726f5 100644 > > > --- a/kernel/trace/trace.c > > > +++ b/kernel/trace/trace.c > > > @@ -2380,7 +2380,7 @@ static const char readme_msg[] = > > > "# echo print-parent > /debug/tracing/trace_options\n" > > > "# echo 1 > /debug/tracing/tracing_enabled\n" > > > "# cat /debug/tracing/trace > /tmp/trace.txt\n" > > > - "echo 0 > /debug/tracing/tracing_enabled\n" > > > + "# echo 0 > /debug/tracing/tracing_enabled\n" > > > ; > > > > > > static ssize_t > > I have applied this to trivial tree. If anyone else has already applied it > to his tree, please let me know so that I can drop it. It's fine with me that this goes via the trivial tree. If you want, you can also add: Acked-by: Steven Rostedt <rostedt@xxxxxxxxxxx> Thanks! -- Steve