Commit d1c35afb authored by Steve French's avatar Steve French
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);