Skip to content

Commit

Permalink
smb3: trivial cleanup to smb2ops.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steve French committed May 9, 2019
1 parent a205d50 commit d1c35af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/smb2ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d1c35af

Please sign in to comment.