1
0
Fork 0

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>
hifive-unleashed-5.2
Steve French 2019-05-09 00:09:37 -05:00
parent a205d5005e
commit d1c35afb08
1 changed files with 1 additions and 1 deletions

View 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);