cifs: smbd: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:19 +0000 (13:11 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 22 May 2022 04:35:43 +0000 (23:35 -0500)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smbdirect.c

index 31ef64e..f0940de 100644 (file)
@@ -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);