diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2014-11-20 10:05:36 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2014-11-20 10:05:36 -0500 |
commit | 0af26492d5f5c00a08d52e9f3f3831faead90246 (patch) | |
tree | e97d37b4f96b467eec741ba1d3b64356b0edb4b9 /kernel/trace/ftrace.c | |
parent | 16a8ef2751801346f1f76a18685b2beb63cd170f (diff) | |
download | op-kernel-dev-0af26492d5f5c00a08d52e9f3f3831faead90246.zip op-kernel-dev-0af26492d5f5c00a08d52e9f3f3831faead90246.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c index fa0f36b..588af40 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(). */ |