From: Christophe JAILLET Date: Sun, 21 Nov 2021 15:32:04 +0000 (+0100) Subject: rds: Fix a typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=db473c075f01befd9cf10154098267e7d6ee7d11;p=linux.git rds: Fix a typo in a comment s/cold/could/ Signed-off-by: Christophe JAILLET Acked-By: Devesh Sharma Signed-off-by: David S. Miller --- diff --git a/net/rds/send.c b/net/rds/send.c index 53444397de669..0c5504068e3c2 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.