mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:04:51 +01:00
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 <colin.i.king@gmail.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
e5e9b24ab8
commit
6ecdfd7aa8
1 changed files with 1 additions and 1 deletions
|
|
@ -980,7 +980,7 @@ nlmsvc_grant_reply(struct nlm_cookie *cookie, __be32 status)
|
|||
struct file_lock *fl;
|
||||
int error;
|
||||
|
||||
dprintk("grant_reply: looking for cookie %x, s=%d \n",
|
||||
dprintk("grant_reply: looking for cookie %x, s=%d\n",
|
||||
*(unsigned int *)(cookie->data), status);
|
||||
if (!(block = nlmsvc_find_block(cookie)))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue