commit | ad7a2926b9e53cfb3020d15bdfacacc54e2b63da | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Thu Feb 07 23:25:02 2008 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Feb 07 23:25:02 2008 +0000 |
tree | f4cf20d2bc3a13841ed81a8de25bd870a3b622e6 | |
parent | f315ccb3e679f271583f2a4f463ad9b65665b751 [diff] [blame] |
[CIFS] reduce checkpatch warnings Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/ioctl.c b/fs/cifs/ioctl.c index d24fe68..5c792df 100644 --- a/fs/cifs/ioctl.c +++ b/fs/cifs/ioctl.c
@@ -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 */