oprofile: more whitespace fixes

Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
Robert Richter 2008-09-05 17:12:36 +02:00
parent c92960fccb
commit 25ad2913ca
23 changed files with 91 additions and 91 deletions

View file

@ -12,7 +12,7 @@
#include <linux/errno.h>
#include <linux/init.h>
int __init oprofile_arch_init(struct oprofile_operations * ops)
int __init oprofile_arch_init(struct oprofile_operations *ops)
{
return -ENODEV;
}