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

net: rds: delete duplicated words

Drop repeated words in net/rds/.

Signed-off-by: Randy 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: David S. Miller <davem@davemloft.net>

authored by

Randy Dunlap and committed by
David S. Miller
d936b1d5 4250b75b

+2 -2
+1 -1
net/rds/cong.c
··· 236 236 * tcp_setsockopt and/or tcp_sendmsg will deadlock 237 237 * when it tries to get the sock_lock()) 238 238 * 2. Interrupts are masked so that we can mark the 239 - * the port congested from both send and recv paths. 239 + * port congested from both send and recv paths. 240 240 * (See comment around declaration of rdc_cong_lock). 241 241 * An attempt to get the sock_lock() here will 242 242 * therefore trigger warnings.
+1 -1
net/rds/ib_cm.c
··· 711 711 * original size. The only way to tell the difference is by looking at 712 712 * the contents, which are initialized to zero. 713 713 * If the protocol version fields aren't set, this is a connection attempt 714 - * from an older version. This could could be 3.0 or 2.0 - we can't tell. 714 + * from an older version. This could be 3.0 or 2.0 - we can't tell. 715 715 * We really should have changed this for OFED 1.3 :-( 716 716 */ 717 717