coda: Clean-up whitespace problems in pioctl.c
Signed-off-by: John 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: Frederic Weisbecker <fweisbec@gmail.com>
This commit is contained in:
committed by
Frederic Weisbecker
parent
2ff82f8521
commit
1977bb2ed8
@@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user