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 13:10:36 +0000 (15:10 +0200)
Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/x86/oprofile/backtrace.c
arch/x86/oprofile/op_counter.h
arch/x86/oprofile/op_model_amd.c
arch/x86/oprofile/op_x86_model.h

index e2095cba409f200b5b25e9b5bcdbce0ed6288492..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[];
index d9faf607b3a6816ad8b89d625446b74eb5e1214b..9cc0d4a4bdc65a164508ddc9273c36747f5a0816 100644 (file)
@@ -468,9 +468,9 @@ static void clear_ibs_nmi(void)
                on_each_cpu(apic_clear_ibs_nmi_per_cpu, NULL, 1);
 }
 
-static int (*create_arch_files)(struct super_block * sb, struct dentry * root);
+static int (*create_arch_files)(struct super_block *sb, struct dentry *root);
 
-static int setup_ibs_files(struct super_block * sb, struct dentry * root)
+static int setup_ibs_files(struct super_block *sb, struct dentry *root)
 {
        char buf[12];
        struct dentry *dir;
index 596de7a5559dd4b17824614d929b9b2835842940..825e79064d64ebd87c71f74954a861e69d5abaae 100644 (file)
@@ -22,8 +22,8 @@ struct op_msr {
 };
 
 struct op_msrs {
-       struct op_msr * counters;
-       struct op_msr * controls;
+       struct op_msr *counters;
+       struct op_msr *controls;
 };
 
 struct pt_regs;
This page took 0.049722 seconds and 5 git commands to generate.