All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cifs: smbd: fix typo in comment
@ 2022-05-21 11:11 Julia Lawall
  2022-05-22  4:36 ` Steven French
  2022-05-22 23:00 ` Steve French
  0 siblings, 2 replies; 3+ messages in thread
From: Julia Lawall @ 2022-05-21 11:11 UTC (permalink / raw)
  To: Steve French; +Cc: kernel-janitors, linux-cifs, samba-technical, linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 fs/cifs/smbdirect.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c
index b3a1265711cc..c3278db1cade 100644
--- a/fs/cifs/smbdirect.c
+++ b/fs/cifs/smbdirect.c
@@ -1350,7 +1350,7 @@ void smbd_destroy(struct TCP_Server_Info *server)
 	wait_event(info->wait_send_pending,
 		atomic_read(&info->send_pending) == 0);
 
-	/* It's not posssible for upper layer to get to reassembly */
+	/* It's not possible for upper layer to get to reassembly */
 	log_rdma_event(INFO, "drain the reassembly queue\n");
 	do {
 		spin_lock_irqsave(&info->reassembly_queue_lock, flags);


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

* Re: [PATCH] cifs: smbd: fix typo in comment
  2022-05-21 11:11 [PATCH] cifs: smbd: fix typo in comment Julia Lawall
@ 2022-05-22  4:36 ` Steven French
  2022-05-22 23:00 ` Steve French
  1 sibling, 0 replies; 3+ messages in thread
From: Steven French @ 2022-05-22  4:36 UTC (permalink / raw)
  To: Julia Lawall; +Cc: kernel-janitors, linux-cifs, samba-technical, linux-kernel

merged into cifs-2.6.git for-next

On 5/21/22 06:11, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
>
> ---
>   fs/cifs/smbdirect.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c
> index b3a1265711cc..c3278db1cade 100644
> --- a/fs/cifs/smbdirect.c
> +++ b/fs/cifs/smbdirect.c
> @@ -1350,7 +1350,7 @@ void smbd_destroy(struct TCP_Server_Info *server)
>   	wait_event(info->wait_send_pending,
>   		atomic_read(&info->send_pending) == 0);
>   
> -	/* It's not posssible for upper layer to get to reassembly */
> +	/* It's not possible for upper layer to get to reassembly */
>   	log_rdma_event(INFO, "drain the reassembly queue\n");
>   	do {
>   		spin_lock_irqsave(&info->reassembly_queue_lock, flags);
>

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

* Re: [PATCH] cifs: smbd: fix typo in comment
  2022-05-21 11:11 [PATCH] cifs: smbd: fix typo in comment Julia Lawall
  2022-05-22  4:36 ` Steven French
@ 2022-05-22 23:00 ` Steve French
  1 sibling, 0 replies; 3+ messages in thread
From: Steve French @ 2022-05-22 23:00 UTC (permalink / raw)
  To: Julia Lawall; +Cc: Steve French, kernel-janitors, CIFS, samba-technical, LKML

merged into cifs-2.6.git for-next

On Sun, May 22, 2022 at 2:51 PM Julia Lawall <Julia.Lawall@inria.fr> wrote:
>
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
>
> ---
>  fs/cifs/smbdirect.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c
> index b3a1265711cc..c3278db1cade 100644
> --- a/fs/cifs/smbdirect.c
> +++ b/fs/cifs/smbdirect.c
> @@ -1350,7 +1350,7 @@ void smbd_destroy(struct TCP_Server_Info *server)
>         wait_event(info->wait_send_pending,
>                 atomic_read(&info->send_pending) == 0);
>
> -       /* It's not posssible for upper layer to get to reassembly */
> +       /* It's not possible for upper layer to get to reassembly */
>         log_rdma_event(INFO, "drain the reassembly queue\n");
>         do {
>                 spin_lock_irqsave(&info->reassembly_queue_lock, flags);
>


-- 
Thanks,

Steve

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

end of thread, other threads:[~2022-05-22 23:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:11 [PATCH] cifs: smbd: fix typo in comment Julia Lawall
2022-05-22  4:36 ` Steven French
2022-05-22 23:00 ` 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.