linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] ksmbd: Fix spelling mistake "connction" -> "connection"
@ 2024-03-13  9:16 Colin Ian King
  2024-03-14  2:44 ` Namjae Jeon
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2024-03-13  9:16 UTC (permalink / raw)
  To: Namjae Jeon, Steve French, Sergey Senozhatsky, Tom Talpey, linux-cifs
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a ksmbd_debug debug message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 fs/smb/server/oplock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/smb/server/oplock.c b/fs/smb/server/oplock.c
index 9af5fd68bd85..80971e60ca10 100644
--- a/fs/smb/server/oplock.c
+++ b/fs/smb/server/oplock.c
@@ -1843,7 +1843,7 @@ int smb2_check_durable_oplock(struct ksmbd_conn *conn,
 
 	if (memcmp(conn->ClientGUID, fp->client_guid,
 				SMB2_CLIENT_GUID_SIZE)) {
-		ksmbd_debug(SMB, "Client guid of fp is not equal to the one of connction\n");
+		ksmbd_debug(SMB, "Client guid of fp is not equal to the one of connection\n");
 		ret = -EBADF;
 		goto out;
 	}
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] ksmbd: Fix spelling mistake "connction" -> "connection"
  2024-03-13  9:16 [PATCH][next] ksmbd: Fix spelling mistake "connction" -> "connection" Colin Ian King
@ 2024-03-14  2:44 ` Namjae Jeon
  0 siblings, 0 replies; 2+ messages in thread
From: Namjae Jeon @ 2024-03-14  2:44 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Steve French, Sergey Senozhatsky, Tom Talpey, linux-cifs,
	kernel-janitors, linux-kernel

2024년 3월 13일 (수) 오후 6:16, Colin Ian King <colin.i.king@gmail.com>님이 작성:
>
> There is a spelling mistake in a ksmbd_debug debug message. Fix it.
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Applied it to #ksmbd-for-next-next.
Thanks for your patch!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-14  2:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13  9:16 [PATCH][next] ksmbd: Fix spelling mistake "connction" -> "connection" Colin Ian King
2024-03-14  2:44 ` Namjae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).