Commit 1977bb2e authored by John Kacur's avatar John Kacur Committed by Frederic Weisbecker

coda: Clean-up whitespace problems in pioctl.c

Signed-off-by: default avatarJohn Kacur <jkacur@redhat.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
parent 2ff82f85
......@@ -31,8 +31,7 @@ static long coda_pioctl(struct file *filp, unsigned int cmd,
unsigned long user_data);
/* exported from this file */
const struct inode_operations coda_ioctl_inode_operations =
{
const struct inode_operations coda_ioctl_inode_operations = {
.permission = coda_ioctl_permission,
.setattr = coda_setattr,
};
......@@ -81,7 +80,7 @@ static long coda_pioctl(struct file *filp, unsigned int cmd,
target_inode = path.dentry->d_inode;
/* return if it is not a Coda inode */
if ( target_inode->i_sb != inode->i_sb ) {
if (target_inode->i_sb != inode->i_sb) {
path_put(&path);
error = -EINVAL;
goto out;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment