diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-06-01 04:13:37 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-06-01 13:55:32 -0400 |
| commit | 22a4f650d686eeaac3629dae1c4294381485efdf (patch) | |
| tree | 964ba53aa2a26f12cf5ea7b70e5772abeeb24d95 /include | |
| parent | 880ca15adf2392770a68047e7a98e076ff4d21da (diff) | |
perf_counter: Tidy up style details
- whitespace fixlets
- make local variable definitions more consistent
[ Impact: cleanup ]
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: John Kacur <jkacur@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/perf_counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 81ec79c9f193..0e57d8cc5a3d 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
| @@ -562,7 +562,7 @@ struct perf_cpu_context { | |||
| 562 | * | 562 | * |
| 563 | * task, softirq, irq, nmi context | 563 | * task, softirq, irq, nmi context |
| 564 | */ | 564 | */ |
| 565 | int recursion[4]; | 565 | int recursion[4]; |
| 566 | }; | 566 | }; |
| 567 | 567 | ||
| 568 | #ifdef CONFIG_PERF_COUNTERS | 568 | #ifdef CONFIG_PERF_COUNTERS |
