summaryrefslogtreecommitdiff
path: root/fs/lockd
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2025-07-29 14:07:09 +0100
committerChuck Lever <chuck.lever@oracle.com>2025-09-21 19:24:50 -0400
commit6ecdfd7aa8e30e16193d4ee07bcb3f1216dbc358 (patch)
tree7bdf5e0b003c301b5e34d1d79741d3076fbd8b18 /fs/lockd
parente5e9b24ab8fa9e899d6627123d7d5ba0c317d267 (diff)
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>
Diffstat (limited to 'fs/lockd')
-rw-r--r--fs/lockd/svclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/svclock.c b/fs/lockd/svclock.c
index c1315df4b350..a31dc9588eb8 100644
--- a/fs/lockd/svclock.c
+++ b/fs/lockd/svclock.c
@@ -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;