diff options
author | Robert Richter <robert.richter@amd.com> | 2008-10-16 15:01:40 +0200 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2008-10-16 15:01:40 +0200 |
commit | 6a18037d4165f691063b43816be3152e9006eb06 (patch) | |
tree | 61e5dab681cd0544f61b6d5ffad4c6a0c0c2b1a1 /drivers/oprofile/buffer_sync.h | |
parent | 5a289395bf753f8a318d3a5fa335a757c16c0183 (diff) | |
download | op-kernel-dev-6a18037d4165f691063b43816be3152e9006eb06.zip op-kernel-dev-6a18037d4165f691063b43816be3152e9006eb06.tar.gz |
oprofile: fixing whitespaces in drivers/oprofile/*
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'drivers/oprofile/buffer_sync.h')
-rw-r--r-- | drivers/oprofile/buffer_sync.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/oprofile/buffer_sync.h b/drivers/oprofile/buffer_sync.h index 08866f6..3110732 100644 --- a/drivers/oprofile/buffer_sync.h +++ b/drivers/oprofile/buffer_sync.h @@ -9,13 +9,13 @@ #ifndef OPROFILE_BUFFER_SYNC_H #define OPROFILE_BUFFER_SYNC_H - + /* add the necessary profiling hooks */ int sync_start(void); /* remove the hooks */ void sync_stop(void); - + /* sync the given CPU's buffer */ void sync_buffer(int cpu); |