diff options
author | Steve French <sfrench@us.ibm.com> | 2007-07-10 01:16:18 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-07-10 01:16:18 +0000 |
commit | fb8c4b14d9259ba467241a7aaeb712caedce7ee8 (patch) | |
tree | 8f94a3b3b5e9e1bbdf9b38156ab2bfe2c055b47d /fs/cifs/fcntl.c | |
parent | b609f06ac4ac77433035366e9aa4dcd7a0f743a0 (diff) | |
download | blackbird-op-linux-fb8c4b14d9259ba467241a7aaeb712caedce7ee8.tar.gz blackbird-op-linux-fb8c4b14d9259ba467241a7aaeb712caedce7ee8.zip |
[CIFS] whitespace cleanup
More than halfway there
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/fcntl.c')
-rw-r--r-- | fs/cifs/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/fcntl.c b/fs/cifs/fcntl.c index 8e375bb4b379..995474c90885 100644 --- a/fs/cifs/fcntl.c +++ b/fs/cifs/fcntl.c @@ -66,7 +66,7 @@ static __u32 convert_to_cifs_notify_flags(unsigned long fcntl_notify_flags) return cifs_ntfy_flags; } -int cifs_dir_notify(struct file * file, unsigned long arg) +int cifs_dir_notify(struct file *file, unsigned long arg) { int xid; int rc = -EINVAL; |