]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
oprofile: fixing whitespaces in arch/x86/oprofile/*
authorRobert Richter <robert.richter@amd.com>
Thu, 16 Oct 2008 13:01:40 +0000 (15:01 +0200)
committerRobert Richter <robert.richter@amd.com>
Thu, 16 Oct 2008 15:17:46 +0000 (17:17 +0200)
Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/x86/oprofile/backtrace.c
arch/x86/oprofile/op_counter.h

index 36e324139f77667b5363f7833c1b6fd84bf59b9e..04df67f8a7ba8f2f8c397832eec1b6fb0180ef8d 100644 (file)
@@ -52,8 +52,7 @@ struct frame_head {
        unsigned long ret;
 } __attribute__((packed));
 
-static struct frame_head *
-dump_user_backtrace(struct frame_head *head)
+static struct frame_head *dump_user_backtrace(struct frame_head *head)
 {
        struct frame_head bufhead[2];
 
index 2880b15c46752e0d14e35a825ebe30d7a6c2f7d3..91b6a116165e2e80deb3822286907acfe825b2f9 100644 (file)
@@ -6,22 +6,22 @@
  *
  * @author John Levon
  */
+
 #ifndef OP_COUNTER_H
 #define OP_COUNTER_H
+
 #define OP_MAX_COUNTER 8
+
 /* Per-perfctr configuration as set via
  * oprofilefs.
  */
 struct op_counter_config {
-        unsigned long count;
-        unsigned long enabled;
-        unsigned long event;
-        unsigned long kernel;
-        unsigned long user;
-        unsigned long unit_mask;
+       unsigned long count;
+       unsigned long enabled;
+       unsigned long event;
+       unsigned long kernel;
+       unsigned long user;
+       unsigned long unit_mask;
 };
 
 extern struct op_counter_config counter_config[];