Commit db473c07 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by David S. Miller
Browse files

rds: Fix a typo in a comment

parent ac9f66ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ int rds_send_xmit(struct rds_conn_path *cp)

			/* 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.