Skip to content

Commit e758fa6

Browse files
ColinIanKingSteve French
authored andcommitted
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 <[email protected]> Acked-by: Namjae Jeon <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 5fb282b commit e758fa6

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
@@ -1843,7 +1843,7 @@ int smb2_check_durable_oplock(struct ksmbd_conn *conn,
18431843

18441844
if (memcmp(conn->ClientGUID, fp->client_guid,
18451845
SMB2_CLIENT_GUID_SIZE)) {
1846-
ksmbd_debug(SMB, "Client guid of fp is not equal to the one of connction\n");
1846+
ksmbd_debug(SMB, "Client guid of fp is not equal to the one of connection\n");
18471847
ret = -EBADF;
18481848
goto out;
18491849
}

0 commit comments

Comments
 (0)