From e758fa6956cbc873e4819ec3dd97cfd05a4c147e Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Wed, 13 Mar 2024 09:16:16 +0000 Subject: ksmbd: Fix spelling mistake "connction" -> "connection" There is a spelling mistake in a ksmbd_debug debug message. Fix it. Signed-off-by: Colin Ian King Acked-by: Namjae Jeon Signed-off-by: Steve French --- fs/smb/server/oplock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/smb') diff --git a/fs/smb/server/oplock.c b/fs/smb/server/oplock.c index b30ff8b9777d..4978edfb15f9 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; } -- cgit v1.2.3