Skip to content

Commit 7a17c61

Browse files
ColinIanKingsmfrench
authored andcommitted
ksmbd: Fix spelling mistake "excceed" -> "exceeded"
There is a spelling mistake in an error 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>
1 parent d280a95 commit 7a17c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ksmbd/connection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ int ksmbd_conn_handler_loop(void *p)
312312
max_allowed_pdu_size = SMB3_MAX_MSGSIZE;
313313

314314
if (pdu_size > max_allowed_pdu_size) {
315-
pr_err_ratelimited("PDU length(%u) excceed maximum allowed pdu size(%u) on connection(%d)\n",
315+
pr_err_ratelimited("PDU length(%u) exceeded maximum allowed pdu size(%u) on connection(%d)\n",
316316
pdu_size, max_allowed_pdu_size,
317317
conn->status);
318318
break;

0 commit comments

Comments
 (0)