All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] ksmbd: Fix spelling mistake "excceed" -> "exceeded"
@ 2023-01-30  9:23 Colin Ian King
  2023-01-30 21:16 ` Namjae Jeon
  2023-01-30 21:23 ` Steve French
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2023-01-30  9:23 UTC (permalink / raw)
  To: Namjae Jeon, Steve French, Sergey Senozhatsky, Tom Talpey, linux-cifs
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 fs/ksmbd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ksmbd/connection.c b/fs/ksmbd/connection.c
index 56be077e5d8a..0f7eab5aa04c 100644
--- a/fs/ksmbd/connection.c
+++ b/fs/ksmbd/connection.c
@@ -312,7 +312,7 @@ int ksmbd_conn_handler_loop(void *p)
 			max_allowed_pdu_size = SMB3_MAX_MSGSIZE;
 
 		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,
 					conn->status);
 			break;
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] ksmbd: Fix spelling mistake "excceed" -> "exceeded"
  2023-01-30  9:23 [PATCH][next] ksmbd: Fix spelling mistake "excceed" -> "exceeded" Colin Ian King
@ 2023-01-30 21:16 ` Namjae Jeon
  2023-01-30 21:23 ` Steve French
  1 sibling, 0 replies; 3+ messages in thread
From: Namjae Jeon @ 2023-01-30 21:16 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Steve French, Sergey Senozhatsky, Tom Talpey, linux-cifs,
	kernel-janitors, linux-kernel

2023-01-30 18:23 GMT+09:00, Colin Ian King <colin.i.king@gmail.com>:
> 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>

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] ksmbd: Fix spelling mistake "excceed" -> "exceeded"
  2023-01-30  9:23 [PATCH][next] ksmbd: Fix spelling mistake "excceed" -> "exceeded" Colin Ian King
  2023-01-30 21:16 ` Namjae Jeon
@ 2023-01-30 21:23 ` Steve French
  1 sibling, 0 replies; 3+ messages in thread
From: Steve French @ 2023-01-30 21:23 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Namjae Jeon, Steve French, Sergey Senozhatsky, Tom Talpey,
	linux-cifs, kernel-janitors, linux-kernel

added to smb3-kernel ksmbd-for-next

thx

On Mon, Jan 30, 2023 at 3:26 AM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> There is a spelling mistake in an error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  fs/ksmbd/connection.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/ksmbd/connection.c b/fs/ksmbd/connection.c
> index 56be077e5d8a..0f7eab5aa04c 100644
> --- a/fs/ksmbd/connection.c
> +++ b/fs/ksmbd/connection.c
> @@ -312,7 +312,7 @@ int ksmbd_conn_handler_loop(void *p)
>                         max_allowed_pdu_size = SMB3_MAX_MSGSIZE;
>
>                 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,
>                                         conn->status);
>                         break;
> --
> 2.30.2
>


-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-30 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  9:23 [PATCH][next] ksmbd: Fix spelling mistake "excceed" -> "exceeded" Colin Ian King
2023-01-30 21:16 ` Namjae Jeon
2023-01-30 21:23 ` Steve French

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.