diff options
author | Steve French <smfrench@gmail.com> | 2014-08-20 18:56:29 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2014-08-20 21:21:29 -0500 |
commit | 2bb93d244157b6dfa4964d4088be4680b3169701 (patch) | |
tree | 2fc69e5205fad57bb796e668c17d328a108ab11d /fs | |
parent | 372b1dbdd1fb5697890b937228d93cfd9c734c90 (diff) | |
download | op-kernel-dev-2bb93d244157b6dfa4964d4088be4680b3169701.zip op-kernel-dev-2bb93d244157b6dfa4964d4088be4680b3169701.tar.gz |
Trivial whitespace fix
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs')
-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 5a48aa2..4e4eecd 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 */ |