[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-88fc86c283d9c3854e67e4155808027bc2519eb6@git.kernel.org>
Date: Fri, 15 May 2009 17:45:45 GMT
From: tip-bot for GeunSik Lim <leemgs1@...il.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
williams@...hat.com, geunsik.lim@...sung.com, leemgs1@...il.com,
rostedt@...dmis.org, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:tracing/urgent] tracing: Append prompt in /debug/tracing/README file
Commit-ID: 88fc86c283d9c3854e67e4155808027bc2519eb6
Gitweb: http://git.kernel.org/tip/88fc86c283d9c3854e67e4155808027bc2519eb6
Author: GeunSik Lim <leemgs1@...il.com>
AuthorDate: Thu, 14 May 2009 17:23:38 +0900
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Fri, 15 May 2009 19:43:22 +0200
tracing: Append prompt in /debug/tracing/README file
append prompt in /debug/tracing/README file.
This is trivial issue. Fix typo Mini Howto file(README) for ftrace.
[ Impact: cleanup ]
Signed-off-by: GeunSik Lim <geunsik.lim@...sung.com>
Acked-by: Steven Rostedt <rostedt@...dmis.org>
Cc: williams <williams@...hat.com>
LKML-Reference: <1242289418.31161.45.camel@...tos51>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
kernel/trace/trace.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index a884c09..cda81ec 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists