oprofile: fixing whitespaces in drivers/oprofile/*

Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
Robert Richter 2008-10-16 15:01:40 +02:00
parent 5a289395bf
commit 6a18037d41
12 changed files with 60 additions and 60 deletions

View File

@ -150,7 +150,7 @@ static void increment_head(struct oprofile_cpu_buffer *b)
static inline void static inline void
add_sample(struct oprofile_cpu_buffer *cpu_buf, add_sample(struct oprofile_cpu_buffer *cpu_buf,
unsigned long pc, unsigned long event) unsigned long pc, unsigned long event)
{ {
struct op_sample *entry = &cpu_buf->buffer[cpu_buf->head_pos]; struct op_sample *entry = &cpu_buf->buffer[cpu_buf->head_pos];
entry->eip = pc; entry->eip = pc;

View File

@ -19,7 +19,7 @@
static int timer_notify(struct pt_regs *regs) static int timer_notify(struct pt_regs *regs)
{ {
oprofile_add_sample(regs, 0); oprofile_add_sample(regs, 0);
return 0; return 0;
} }