Commit d936b1d5 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller
Browse files

net: rds: delete duplicated words



Drop repeated words in net/rds/.

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Cc: linux-rdma@vger.kernel.org
Cc: rds-devel@oss.oracle.com
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4250b75b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -236,7 +236,7 @@ void rds_cong_queue_updates(struct rds_cong_map *map)
			 *    tcp_setsockopt and/or tcp_sendmsg will deadlock
			 *    tcp_setsockopt and/or tcp_sendmsg will deadlock
			 *    when it tries to get the sock_lock())
			 *    when it tries to get the sock_lock())
			 * 2. Interrupts are masked so that we can mark the
			 * 2. Interrupts are masked so that we can mark the
			 *    the port congested from both send and recv paths.
			 *    port congested from both send and recv paths.
			 *    (See comment around declaration of rdc_cong_lock).
			 *    (See comment around declaration of rdc_cong_lock).
			 *    An attempt to get the sock_lock() here will
			 *    An attempt to get the sock_lock() here will
			 *    therefore trigger warnings.
			 *    therefore trigger warnings.
+1 −1
Original line number Original line Diff line number Diff line
@@ -711,7 +711,7 @@ static u32 rds_ib_protocol_compatible(struct rdma_cm_event *event, bool isv6)
	 * original size. The only way to tell the difference is by looking at
	 * original size. The only way to tell the difference is by looking at
	 * the contents, which are initialized to zero.
	 * the contents, which are initialized to zero.
	 * If the protocol version fields aren't set, this is a connection attempt
	 * If the protocol version fields aren't set, this is a connection attempt
	 * from an older version. This could could be 3.0 or 2.0 - we can't tell.
	 * from an older version. This could be 3.0 or 2.0 - we can't tell.
	 * We really should have changed this for OFED 1.3 :-(
	 * We really should have changed this for OFED 1.3 :-(
	 */
	 */