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/event_buffer.h | |
parent | 5a289395bf753f8a318d3a5fa335a757c16c0183 (diff) |
oprofile: fixing whitespaces in drivers/oprofile/*
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'drivers/oprofile/event_buffer.h')
-rw-r--r-- | drivers/oprofile/event_buffer.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/oprofile/event_buffer.h b/drivers/oprofile/event_buffer.h index 5076ed1ebd8f..00db2e665708 100644 --- a/drivers/oprofile/event_buffer.h +++ b/drivers/oprofile/event_buffer.h | |||
@@ -10,13 +10,13 @@ | |||
10 | #ifndef EVENT_BUFFER_H | 10 | #ifndef EVENT_BUFFER_H |
11 | #define EVENT_BUFFER_H | 11 | #define EVENT_BUFFER_H |
12 | 12 | ||
13 | #include <linux/types.h> | 13 | #include <linux/types.h> |
14 | #include <asm/mutex.h> | 14 | #include <asm/mutex.h> |
15 | 15 | ||
16 | int alloc_event_buffer(void); | 16 | int alloc_event_buffer(void); |
17 | 17 | ||
18 | void free_event_buffer(void); | 18 | void free_event_buffer(void); |
19 | 19 | ||
20 | /* wake up the process sleeping on the event file */ | 20 | /* wake up the process sleeping on the event file */ |
21 | void wake_up_buffer_waiter(void); | 21 | void wake_up_buffer_waiter(void); |
22 | 22 | ||
@@ -24,10 +24,10 @@ void wake_up_buffer_waiter(void); | |||
24 | #define NO_COOKIE 0UL | 24 | #define NO_COOKIE 0UL |
25 | 25 | ||
26 | extern const struct file_operations event_buffer_fops; | 26 | extern const struct file_operations event_buffer_fops; |
27 | 27 | ||
28 | /* mutex between sync_cpu_buffers() and the | 28 | /* mutex between sync_cpu_buffers() and the |
29 | * file reading code. | 29 | * file reading code. |
30 | */ | 30 | */ |
31 | extern struct mutex buffer_mutex; | 31 | extern struct mutex buffer_mutex; |
32 | 32 | ||
33 | #endif /* EVENT_BUFFER_H */ | 33 | #endif /* EVENT_BUFFER_H */ |