mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ksmbd: Fix spelling mistake "excceed" -> "exceeded"
[ Upstream commit 7a17c61ee3 ]
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1f1aca1d50
commit
0d3f06fd65
@@ -312,7 +312,7 @@ int ksmbd_conn_handler_loop(void *p)
|
|||||||
max_allowed_pdu_size = SMB3_MAX_MSGSIZE;
|
max_allowed_pdu_size = SMB3_MAX_MSGSIZE;
|
||||||
|
|
||||||
if (pdu_size > max_allowed_pdu_size) {
|
if (pdu_size > max_allowed_pdu_size) {
|
||||||
pr_err_ratelimited("PDU length(%u) excceed maximum allowed pdu size(%u) on connection(%d)\n",
|
pr_err_ratelimited("PDU length(%u) exceeded maximum allowed pdu size(%u) on connection(%d)\n",
|
||||||
pdu_size, max_allowed_pdu_size,
|
pdu_size, max_allowed_pdu_size,
|
||||||
conn->status);
|
conn->status);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user