rds: Fix a typo in a comment
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 21 Nov 2021 15:32:04 +0000 (16:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Nov 2021 14:28:37 +0000 (14:28 +0000)
s/cold/could/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-By: Devesh Sharma <devesh.s.sharma@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/send.c

index 53444397de669b9beb0d85c3a14a7e7b5be07743..0c5504068e3c2da92eeb61305e4c95fbc90a4ee2 100644 (file)
@@ -272,7 +272,7 @@ restart:
 
                        /* Unfortunately, the way Infiniband deals with
                         * RDMA to a bad MR key is by moving the entire
-                        * queue pair to error state. We cold possibly
+                        * queue pair to error state. We could possibly
                         * recover from that, but right now we drop the
                         * connection.
                         * Therefore, we never retransmit messages with RDMA ops.