diff options
author | Steve French <smfrench@gmail.com> | 2014-08-20 19:56:29 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2014-08-20 22:21:29 -0400 |
commit | 2bb93d244157b6dfa4964d4088be4680b3169701 (patch) | |
tree | 2fc69e5205fad57bb796e668c17d328a108ab11d /fs/cifs/smb2ops.c | |
parent | 372b1dbdd1fb5697890b937228d93cfd9c734c90 (diff) |
Trivial whitespace fix
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/smb2ops.c')
-rw-r--r-- | fs/cifs/smb2ops.c | 2 |
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, | |||
1035 | if (keep_size == false) | 1035 | if (keep_size == false) |
1036 | return -EOPNOTSUPP; | 1036 | return -EOPNOTSUPP; |
1037 | 1037 | ||
1038 | /* | 1038 | /* |
1039 | * Must check if file sparse since fallocate -z (zero range) assumes | 1039 | * Must check if file sparse since fallocate -z (zero range) assumes |
1040 | * non-sparse allocation | 1040 | * non-sparse allocation |
1041 | */ | 1041 | */ |