smb3: trivial cleanup to smb2ops.c
authorSteve French <stfrench@microsoft.com>
Thu, 9 May 2019 05:09:37 +0000 (00:09 -0500)
committerSteve French <stfrench@microsoft.com>
Thu, 9 May 2019 18:17:30 +0000 (13:17 -0500)
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>
fs/cifs/smb2ops.c

index 466554cdff4b7cca14b803850e57a5c6080b2386..542b50c0b29265423eb59db46ec46755b9a6f35e 100644 (file)
@@ -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);