From: Steve French Date: Thu, 9 May 2019 05:09:37 +0000 (-0500) Subject: smb3: trivial cleanup to smb2ops.c X-Git-Tag: v5.2-rc1~6^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1c35afb0892fc8b334ee0ce0902155d2cfb118c;p=thirdparty%2Fkernel%2Flinux.git smb3: trivial cleanup to smb2ops.c Minor cleanup - e.g. missing \n at end of debug statement. Reported-by: Christoph Probst Signed-off-by: Steve French Acked-by: Pavel Shilovsky --- diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c index 466554cdff4b7..542b50c0b2926 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);