diff options
author | David Sharp <dhsharp@google.com> | 2012-06-07 19:46:24 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2012-10-31 16:45:33 -0400 |
commit | 01e3e710a9265fb7092efd67243d7b6dd6e2548a (patch) | |
tree | ef3e1981db71063f85e1518b78f0265189e4e9de /kernel/trace/ring_buffer.c | |
parent | 7ffbd48d5cab22bcd1120eb2349db1319e2d827a (diff) |
tracing: Trivial cleanup
Remove ftrace_format_syscall() declaration; it is neither defined nor
used. Also update a comment and formatting.
Link: http://lkml.kernel.org/r/1339112785-21806-1-git-send-email-vnagarnaik@google.com
Signed-off-by: David Sharp <dhsharp@google.com>
Signed-off-by: Vaibhav Nagarnaik <vnagarnaik@google.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/ring_buffer.c')
-rw-r--r-- | kernel/trace/ring_buffer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c index 0ebeb1d76ddf..23a384b92512 100644 --- a/kernel/trace/ring_buffer.c +++ b/kernel/trace/ring_buffer.c | |||
@@ -1821,7 +1821,7 @@ rb_add_time_stamp(struct ring_buffer_event *event, u64 delta) | |||
1821 | } | 1821 | } |
1822 | 1822 | ||
1823 | /** | 1823 | /** |
1824 | * ring_buffer_update_event - update event type and data | 1824 | * rb_update_event - update event type and data |
1825 | * @event: the even to update | 1825 | * @event: the even to update |
1826 | * @type: the type of event | 1826 | * @type: the type of event |
1827 | * @length: the size of the event field in the ring buffer | 1827 | * @length: the size of the event field in the ring buffer |
@@ -2723,8 +2723,8 @@ EXPORT_SYMBOL_GPL(ring_buffer_discard_commit); | |||
2723 | * and not the length of the event which would hold the header. | 2723 | * and not the length of the event which would hold the header. |
2724 | */ | 2724 | */ |
2725 | int ring_buffer_write(struct ring_buffer *buffer, | 2725 | int ring_buffer_write(struct ring_buffer *buffer, |
2726 | unsigned long length, | 2726 | unsigned long length, |
2727 | void *data) | 2727 | void *data) |
2728 | { | 2728 | { |
2729 | struct ring_buffer_per_cpu *cpu_buffer; | 2729 | struct ring_buffer_per_cpu *cpu_buffer; |
2730 | struct ring_buffer_event *event; | 2730 | struct ring_buffer_event *event; |