diff options
author | Steve French <stfrench@microsoft.com> | 2019-05-09 00:09:37 -0500 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-05-09 13:17:30 -0500 |
commit | d1c35afb0892fc8b334ee0ce0902155d2cfb118c (patch) | |
tree | d4c48d96d5d8f9723a736867c20c7939b885ea20 /fs/cifs | |
parent | a205d5005eba9e2bcfff735c5d1e416df39df912 (diff) | |
download | linux-d1c35afb0892fc8b334ee0ce0902155d2cfb118c.tar.bz2 |
smb3: trivial cleanup to smb2ops.c
Minor cleanup - e.g. missing \n at end of debug statement.
Reported-by: Christoph Probst <kernel@probst.it>
Signed-off-by: Steve French <stfrench@microsoft.com>
Acked-by: Pavel Shilovsky <pshilov@microsoft.com>
Diffstat (limited to 'fs/cifs')
-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 466554cdff4b..542b50c0b292 100644 --- a/fs/cifs/smb2ops.c +++ b/fs/cifs/smb2ops.c @@ -2759,7 +2759,7 @@ static long smb3_zero_range(struct file *file, struct cifs_tcon *tcon, return rc; } - cifs_dbg(FYI, "offset %lld len %lld", offset, len); + cifs_dbg(FYI, "Offset %lld len %lld\n", offset, len); fsctl_buf.FileOffset = cpu_to_le64(offset); fsctl_buf.BeyondFinalZero = cpu_to_le64(offset + len); |