mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
oprofile: fixing whitespaces in drivers/oprofile/*
Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
parent
5a289395bf
commit
6a18037d41
12 changed files with 60 additions and 60 deletions
|
@ -150,7 +150,7 @@ static void increment_head(struct oprofile_cpu_buffer *b)
|
|||
|
||||
static inline void
|
||||
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];
|
||||
entry->eip = pc;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
static int timer_notify(struct pt_regs *regs)
|
||||
{
|
||||
oprofile_add_sample(regs, 0);
|
||||
oprofile_add_sample(regs, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue