diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2009-03-10 14:10:56 -0400 |
|---|---|---|
| committer | Steven Rostedt <srostedt@redhat.com> | 2009-03-10 14:13:14 -0400 |
| commit | ef18012b248b47ec9a12c3a83ca5e99782d39c5d (patch) | |
| tree | 8103b4d14c6b81a6a5ec39cd43e4ca7ffb51625d /kernel/trace/trace_output.c | |
| parent | 0e3d0f0566f3fcf664782f597070bbc669d78454 (diff) | |
tracing: remove funky whitespace in the trace code
Impact: clean up
There existed a lot of <space><tab>'s in the tracing code. This
patch removes them.
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Diffstat (limited to 'kernel/trace/trace_output.c')
| -rw-r--r-- | kernel/trace/trace_output.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kernel/trace/trace_output.c b/kernel/trace/trace_output.c index ef8fd661b217..491832af9ba1 100644 --- a/kernel/trace/trace_output.c +++ b/kernel/trace/trace_output.c | |||
| @@ -565,7 +565,7 @@ static enum print_line_t trace_fn_bin(struct trace_iterator *iter, int flags) | |||
| 565 | } | 565 | } |
| 566 | 566 | ||
| 567 | static struct trace_event trace_fn_event = { | 567 | static struct trace_event trace_fn_event = { |
| 568 | .type = TRACE_FN, | 568 | .type = TRACE_FN, |
| 569 | .trace = trace_fn_trace, | 569 | .trace = trace_fn_trace, |
| 570 | .raw = trace_fn_raw, | 570 | .raw = trace_fn_raw, |
| 571 | .hex = trace_fn_hex, | 571 | .hex = trace_fn_hex, |
| @@ -696,7 +696,7 @@ static enum print_line_t trace_ctxwake_bin(struct trace_iterator *iter, | |||
| 696 | } | 696 | } |
| 697 | 697 | ||
| 698 | static struct trace_event trace_ctx_event = { | 698 | static struct trace_event trace_ctx_event = { |
| 699 | .type = TRACE_CTX, | 699 | .type = TRACE_CTX, |
| 700 | .trace = trace_ctx_print, | 700 | .trace = trace_ctx_print, |
| 701 | .raw = trace_ctx_raw, | 701 | .raw = trace_ctx_raw, |
| 702 | .hex = trace_ctx_hex, | 702 | .hex = trace_ctx_hex, |
| @@ -704,7 +704,7 @@ static struct trace_event trace_ctx_event = { | |||
| 704 | }; | 704 | }; |
| 705 | 705 | ||
| 706 | static struct trace_event trace_wake_event = { | 706 | static struct trace_event trace_wake_event = { |
| 707 | .type = TRACE_WAKE, | 707 | .type = TRACE_WAKE, |
| 708 | .trace = trace_wake_print, | 708 | .trace = trace_wake_print, |
| 709 | .raw = trace_wake_raw, | 709 | .raw = trace_wake_raw, |
| 710 | .hex = trace_wake_hex, | 710 | .hex = trace_wake_hex, |
| @@ -759,7 +759,7 @@ static enum print_line_t trace_special_bin(struct trace_iterator *iter, | |||
| 759 | } | 759 | } |
| 760 | 760 | ||
| 761 | static struct trace_event trace_special_event = { | 761 | static struct trace_event trace_special_event = { |
| 762 | .type = TRACE_SPECIAL, | 762 | .type = TRACE_SPECIAL, |
| 763 | .trace = trace_special_print, | 763 | .trace = trace_special_print, |
| 764 | .raw = trace_special_print, | 764 | .raw = trace_special_print, |
| 765 | .hex = trace_special_hex, | 765 | .hex = trace_special_hex, |
| @@ -796,7 +796,7 @@ static enum print_line_t trace_stack_print(struct trace_iterator *iter, | |||
| 796 | } | 796 | } |
| 797 | 797 | ||
| 798 | static struct trace_event trace_stack_event = { | 798 | static struct trace_event trace_stack_event = { |
| 799 | .type = TRACE_STACK, | 799 | .type = TRACE_STACK, |
| 800 | .trace = trace_stack_print, | 800 | .trace = trace_stack_print, |
| 801 | .raw = trace_special_print, | 801 | .raw = trace_special_print, |
| 802 | .hex = trace_special_hex, | 802 | .hex = trace_special_hex, |
| @@ -825,7 +825,7 @@ static enum print_line_t trace_user_stack_print(struct trace_iterator *iter, | |||
| 825 | } | 825 | } |
| 826 | 826 | ||
| 827 | static struct trace_event trace_user_stack_event = { | 827 | static struct trace_event trace_user_stack_event = { |
| 828 | .type = TRACE_USER_STACK, | 828 | .type = TRACE_USER_STACK, |
| 829 | .trace = trace_user_stack_print, | 829 | .trace = trace_user_stack_print, |
| 830 | .raw = trace_special_print, | 830 | .raw = trace_special_print, |
| 831 | .hex = trace_special_hex, | 831 | .hex = trace_special_hex, |
| @@ -879,7 +879,7 @@ static enum print_line_t trace_print_raw(struct trace_iterator *iter, int flags) | |||
| 879 | 879 | ||
| 880 | 880 | ||
| 881 | static struct trace_event trace_print_event = { | 881 | static struct trace_event trace_print_event = { |
| 882 | .type = TRACE_PRINT, | 882 | .type = TRACE_PRINT, |
| 883 | .trace = trace_print_print, | 883 | .trace = trace_print_print, |
| 884 | .raw = trace_print_raw, | 884 | .raw = trace_print_raw, |
| 885 | }; | 885 | }; |
