Skip to content

Commit 74dc3e5

Browse files
ColinIanKinggregkh
authored andcommitted
ksmbd: Fix spelling mistake "connction" -> "connection"
[ Upstream commit e758fa6 ] There is a spelling mistake in a ksmbd_debug debug message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 27b40b7 commit 74dc3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/smb/server/oplock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ int smb2_check_durable_oplock(struct ksmbd_conn *conn,
18561856

18571857
if (memcmp(conn->ClientGUID, fp->client_guid,
18581858
SMB2_CLIENT_GUID_SIZE)) {
1859-
ksmbd_debug(SMB, "Client guid of fp is not equal to the one of connction\n");
1859+
ksmbd_debug(SMB, "Client guid of fp is not equal to the one of connection\n");
18601860
ret = -EBADF;
18611861
goto out;
18621862
}

0 commit comments

Comments
 (0)