Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Christophe JAILLET and committed by
David S. Miller
db473c07 ac9f66ff

+1 -1
+1 -1
net/rds/send.c
··· 272 272 273 273 /* Unfortunately, the way Infiniband deals with 274 274 * RDMA to a bad MR key is by moving the entire 275 - * queue pair to error state. We cold possibly 275 + * queue pair to error state. We could possibly 276 276 * recover from that, but right now we drop the 277 277 * connection. 278 278 * Therefore, we never retransmit messages with RDMA ops.