aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2014-11-20 10:05:36 -0500
committerSteven Rostedt <rostedt@goodmis.org>2014-11-20 10:05:36 -0500
commit0af26492d5f5c00a08d52e9f3f3831faead90246 (patch)
treee97d37b4f96b467eec741ba1d3b64356b0edb4b9 /kernel/trace/ftrace.c
parenttracing: Deletion of an unnecessary check before iput() (diff)
downloadlinux-dev-0af26492d5f5c00a08d52e9f3f3831faead90246.tar.xz
linux-dev-0af26492d5f5c00a08d52e9f3f3831faead90246.zip
tracing/trivial: Fix typos and make an int into a bool
Fix up a few typos in comments and convert an int into a bool in update_traceon_count(). Link: http://lkml.kernel.org/r/546DD445.5080108@hitachi.com Suggested-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/ftrace.c')
-rw-r--r--kernel/trace/ftrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c
index fa0f36bb32e9..588af40d33db 100644
--- a/kernel/trace/ftrace.c
+++ b/kernel/trace/ftrace.c
@@ -1119,7 +1119,7 @@ static struct ftrace_ops global_ops = {
/*
* This is used by __kernel_text_address() to return true if the
- * the address is on a dynamically allocated trampoline that would
+ * address is on a dynamically allocated trampoline that would
* not return true for either core_kernel_text() or
* is_module_text_address().
*/