aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-06-01 10:13:37 +0200
committerIngo Molnar <mingo@elte.hu>2009-06-01 19:55:32 +0200
commit22a4f650d686eeaac3629dae1c4294381485efdf (patch)
tree964ba53aa2a26f12cf5ea7b70e5772abeeb24d95 /include
parentperf_counter: Allow software counters to count while task is not running (diff)
downloadlinux-dev-22a4f650d686eeaac3629dae1c4294381485efdf.tar.xz
linux-dev-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')
-rw-r--r--include/linux/perf_counter.h2
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