diff options
author | Robert Richter <robert.richter@amd.com> | 2008-10-16 09:01:40 -0400 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2008-10-16 09:01:40 -0400 |
commit | 6a18037d4165f691063b43816be3152e9006eb06 (patch) | |
tree | 61e5dab681cd0544f61b6d5ffad4c6a0c0c2b1a1 /drivers/oprofile/timer_int.c | |
parent | 5a289395bf753f8a318d3a5fa335a757c16c0183 (diff) |
oprofile: fixing whitespaces in drivers/oprofile/*
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'drivers/oprofile/timer_int.c')
-rw-r--r-- | drivers/oprofile/timer_int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/timer_int.c b/drivers/oprofile/timer_int.c index 7258b141a510..333f915568c7 100644 --- a/drivers/oprofile/timer_int.c +++ b/drivers/oprofile/timer_int.c | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | static int timer_notify(struct pt_regs *regs) | 20 | static int timer_notify(struct pt_regs *regs) |
21 | { | 21 | { |
22 | oprofile_add_sample(regs, 0); | 22 | oprofile_add_sample(regs, 0); |
23 | return 0; | 23 | return 0; |
24 | } | 24 | } |
25 | 25 | ||