diff options
author | Robert Richter <robert.richter@amd.com> | 2008-09-05 19:12:36 +0400 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2008-10-15 22:47:41 +0400 |
commit | c92960fccb9f32a1d6110f6dcfe483ed96c62beb (patch) | |
tree | 8c4b7937956dd01174cfd13e046a6c4f6bc05b96 /drivers/oprofile/buffer_sync.c | |
parent | ccd755c2d90dd9b9729ba5975f7c92bf206ddcf7 (diff) | |
download | linux-c92960fccb9f32a1d6110f6dcfe483ed96c62beb.tar.xz |
oprofile: whitespace fixes
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'drivers/oprofile/buffer_sync.c')
-rw-r--r-- | drivers/oprofile/buffer_sync.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/oprofile/buffer_sync.c b/drivers/oprofile/buffer_sync.c index ed982273fb8b..564577307a5e 100644 --- a/drivers/oprofile/buffer_sync.c +++ b/drivers/oprofile/buffer_sync.c @@ -41,7 +41,6 @@ static cpumask_t marked_cpus = CPU_MASK_NONE; static DEFINE_SPINLOCK(task_mortuary); static void process_task_mortuary(void); - /* Take ownership of the task struct and place it on the * list for processing. Only after two full buffer syncs * does the task eventually get freed, because by then |