Commit d1c35afb authored by Steve French's avatar Steve French

smb3: trivial cleanup to smb2ops.c

Minor cleanup - e.g. missing \n at end of debug statement.
Reported-by: default avatarChristoph Probst <kernel@probst.it>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
Acked-by: default avatarPavel Shilovsky <pshilov@microsoft.com>
parent a205d500
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment