Skip to content

Commit 6ecdfd7

Browse files
ColinIanKingchucklever
authored andcommitted
lockd: Remove space before newline
There is an extraneous space before a newline in a dprintk message. Remove the space. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent e5e9b24 commit 6ecdfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/lockd/svclock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ nlmsvc_grant_reply(struct nlm_cookie *cookie, __be32 status)
980980
struct file_lock *fl;
981981
int error;
982982

983-
dprintk("grant_reply: looking for cookie %x, s=%d \n",
983+
dprintk("grant_reply: looking for cookie %x, s=%d\n",
984984
*(unsigned int *)(cookie->data), status);
985985
if (!(block = nlmsvc_find_block(cookie)))
986986
return;

0 commit comments

Comments
 (0)