ksmbd: Fix spelling mistake "connction" -> "connection"
[ Upstream commit e758fa6956
]
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
27b40b7bfc
commit
74dc3e5bf6
@ -1856,7 +1856,7 @@ int smb2_check_durable_oplock(struct ksmbd_conn *conn,
|
|||||||
|
|
||||||
if (memcmp(conn->ClientGUID, fp->client_guid,
|
if (memcmp(conn->ClientGUID, fp->client_guid,
|
||||||
SMB2_CLIENT_GUID_SIZE)) {
|
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;
|
ret = -EBADF;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user