oprofile: more whitespace fixes
Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
@@ -28,7 +28,7 @@ DEFINE_MUTEX(buffer_mutex);
|
||||
|
||||
static unsigned long buffer_opened;
|
||||
static DECLARE_WAIT_QUEUE_HEAD(buffer_wait);
|
||||
static unsigned long * event_buffer;
|
||||
static unsigned long *event_buffer;
|
||||
static unsigned long buffer_size;
|
||||
static unsigned long buffer_watershed;
|
||||
static size_t buffer_pos;
|
||||
@@ -98,7 +98,7 @@ void free_event_buffer(void)
|
||||
}
|
||||
|
||||
|
||||
static int event_buffer_open(struct inode * inode, struct file * file)
|
||||
static int event_buffer_open(struct inode *inode, struct file *file)
|
||||
{
|
||||
int err = -EPERM;
|
||||
|
||||
@@ -134,7 +134,7 @@ out:
|
||||
}
|
||||
|
||||
|
||||
static int event_buffer_release(struct inode * inode, struct file * file)
|
||||
static int event_buffer_release(struct inode *inode, struct file *file)
|
||||
{
|
||||
oprofile_stop();
|
||||
oprofile_shutdown();
|
||||
@@ -146,8 +146,8 @@ static int event_buffer_release(struct inode * inode, struct file * file)
|
||||
}
|
||||
|
||||
|
||||
static ssize_t event_buffer_read(struct file * file, char __user * buf,
|
||||
size_t count, loff_t * offset)
|
||||
static ssize_t event_buffer_read(struct file *file, char __user *buf,
|
||||
size_t count, loff_t *offset)
|
||||
{
|
||||
int retval = -EINVAL;
|
||||
size_t const max = buffer_size * sizeof(unsigned long);
|
||||
|
Reference in New Issue
Block a user