diff options
author | Ingo Molnar | 2009-06-01 10:13:37 +0200 |
---|---|---|
committer | Ingo Molnar | 2009-06-01 19:55:32 +0200 |
commit | 22a4f650d686eeaac3629dae1c4294381485efdf (patch) | |
tree | 964ba53aa2a26f12cf5ea7b70e5772abeeb24d95 /include/linux | |
parent | perf_counter: Allow software counters to count while task is not running (diff) | |
download | kernel-qcow2-linux-22a4f650d686eeaac3629dae1c4294381485efdf.tar.gz kernel-qcow2-linux-22a4f650d686eeaac3629dae1c4294381485efdf.tar.xz kernel-qcow2-linux-22a4f650d686eeaac3629dae1c4294381485efdf.zip |
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/linux')
-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 { * * task, softirq, irq, nmi context */ - int recursion[4]; + int recursion[4]; }; #ifdef CONFIG_PERF_COUNTERS |