Commit 818273ae authored by Robert Richter's avatar Robert Richter

oprofile: fixing whitespaces in arch/x86/oprofile/*

Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 59512900
......@@ -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];
......
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment