projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5e9b24
)
lockd: Remove space before newline
author
Colin Ian King
<colin.i.king@gmail.com>
Tue, 29 Jul 2025 13:07:09 +0000
(14:07 +0100)
committer
Chuck Lever
<chuck.lever@oracle.com>
Sun, 21 Sep 2025 23:24:50 +0000
(19:24 -0400)
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>
fs/lockd/svclock.c
patch
|
blob
|
history
diff --git
a/fs/lockd/svclock.c
b/fs/lockd/svclock.c
index
c1315df
..
a31dc95
100644
(file)
--- 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;