aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/cifs/smb2ops.c
diff options
context:
space:
mode:
authorSteve French <smfrench@gmail.com>2014-08-20 18:56:29 -0500
committerSteve French <smfrench@gmail.com>2014-08-20 21:21:29 -0500
commit2bb93d244157b6dfa4964d4088be4680b3169701 (patch)
tree2fc69e5205fad57bb796e668c17d328a108ab11d /fs/cifs/smb2ops.c
parentMerge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 (diff)
downloadwireguard-linux-2bb93d244157b6dfa4964d4088be4680b3169701.tar.xz
wireguard-linux-2bb93d244157b6dfa4964d4088be4680b3169701.zip
Trivial whitespace fix
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/smb2ops.c')
-rw-r--r--fs/cifs/smb2ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c
index 5a48aa290dfe..4e4eecdec4f9 100644
--- a/fs/cifs/smb2ops.c
+++ b/fs/cifs/smb2ops.c
@@ -1035,7 +1035,7 @@ static long smb3_zero_range(struct file *file, struct cifs_tcon *tcon,
if (keep_size == false)
return -EOPNOTSUPP;
- /*
+ /*
* Must check if file sparse since fallocate -z (zero range) assumes
* non-sparse allocation
*/