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

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