diff options
| author | Jiri Olsa <[email protected]> | 2009-10-23 19:36:19 -0400 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-10-24 11:07:51 +0200 |
| commit | 6d3f1e12f46a2f9a1bb7e7aa433df8dd31ce5647 (patch) | |
| tree | 0c08371aefcf53b976d61e6a74667bcb21db3251 /include/linux | |
| parent | 67b394f7f26d84edb7294cc6528ab7ca6daa2ad1 (diff) | |
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 <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
| -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 c134dd1fe6b6..09077f6ed128 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 { |