]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/cifs/ioctl.c
module: reduce module image and resident size
[linux-2.6-omap-h63xx.git] / fs / cifs / ioctl.c
index a414f1775ae05185d07f320525dd0a8513b2e769..5c792df13d62f518224378a0c9a795d9440040a7 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   vfs operations that deal with io control
  *
- *   Copyright (C) International Business Machines  Corp., 2005
+ *   Copyright (C) International Business Machines  Corp., 2005,2007
  *   Author(s): Steve French (sfrench@us.ibm.com)
  *
  *   This library is free software; you can redistribute it and/or modify
@@ -30,7 +30,7 @@
 
 #define CIFS_IOC_CHECKUMOUNT _IO(0xCF, 2)
 
-int cifs_ioctl (struct inode * inode, struct file * filep,
+int cifs_ioctl(struct inode *inode, struct file *filep,
                unsigned int command, unsigned long arg)
 {
        int rc = -ENOTTY; /* strange error - but the precedent */