diff options
author | Jiri Olsa <jolsa@redhat.com> | 2009-10-23 19:36:19 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-10-24 11:07:51 +0200 |
commit | 6d3f1e12f46a2f9a1bb7e7aa433df8dd31ce5647 (patch) | |
tree | 0c08371aefcf53b976d61e6a74667bcb21db3251 /include | |
parent | 67b394f7f26d84edb7294cc6528ab7ca6daa2ad1 (diff) | |
download | op-kernel-dev-6d3f1e12f46a2f9a1bb7e7aa433df8dd31ce5647.zip op-kernel-dev-6d3f1e12f46a2f9a1bb7e7aa433df8dd31ce5647.tar.gz |
tracing: Remove cpu arg from the rb_time_stamp() function
The cpu argument is not used inside the rb_time_stamp() function.
Plus fix a typo.
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20091023233647.118547500@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/trace_seq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/trace_seq.h b/include/linux/trace_seq.h index c134dd1..09077f6 100644 --- a/include/linux/trace_seq.h +++ b/include/linux/trace_seq.h @@ -7,7 +7,7 @@ /* * Trace sequences are used to allow a function to call several other functions - * to create a string of data to use (up to a max of PAGE_SIZE. + * to create a string of data to use (up to a max of PAGE_SIZE). */ struct trace_seq { |