[PATCH][next] lockd: Remove space before newline

Colin Ian King posted 1 patch 2 months, 1 week ago
fs/lockd/svclock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] lockd: Remove space before newline
Posted by Colin Ian King 2 months, 1 week ago
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>
---
 fs/lockd/svclock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.50.0
Re: [PATCH][next] lockd: Remove space before newline
Posted by Chuck Lever 2 months, 1 week ago
From: Chuck Lever <chuck.lever@oracle.com>

On Tue, 29 Jul 2025 14:07:09 +0100, Colin Ian King wrote:
> There is an extraneous space before a newline in a dprintk message.
> Remove the space.
> 
> 

Applied to nfsd-testing, thanks!

[1/1] lockd: Remove space before newline
      commit: fbdcd36f30cbf78f39c731a30337251d9f1e91a3

--
Chuck Lever