summaryrefslogtreecommitdiffstats
path: root/net/rds
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2021-11-21 16:32:04 +0100
committerDavid S. Miller <davem@davemloft.net>2021-11-22 14:28:37 +0000
commitdb473c075f01befd9cf10154098267e7d6ee7d11 (patch)
tree41854afe19ccda6e20eca8d8c8280fe5d027e274 /net/rds
parentac9f66ff04a983974cb33dd207a5fcb3e5356d90 (diff)
downloadlinux-db473c075f01befd9cf10154098267e7d6ee7d11.tar.bz2
rds: Fix a typo in a comment
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>
Diffstat (limited to 'net/rds')
-rw-r--r--net/rds/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/send.c b/net/rds/send.c
index 53444397de66..0c5504068e3c 100644
--- a/net/rds/send.c
+++ b/net/rds/send.c
@@ -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.