Re: [PATCH]append prompt in /debug/tracing/README file.

From: Steven Rostedt
Date: Thu May 14 2009 - 10:02:17 EST



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