diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-09-18 06:35:16 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-18 23:12:43 +0200 |
commit | d936b1d537dfd66d78ecd8cff2e1841be407aa16 (patch) | |
tree | 9750de5563cbc9b4a604223f5181b6d6a532f35a /net/rds/ib_cm.c | |
parent | net: core: delete duplicated words (diff) | |
download | linux-d936b1d537dfd66d78ecd8cff2e1841be407aa16.tar.xz linux-d936b1d537dfd66d78ecd8cff2e1841be407aa16.zip |
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>
Diffstat (limited to 'net/rds/ib_cm.c')
-rw-r--r-- | net/rds/ib_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/ib_cm.c b/net/rds/ib_cm.c index c3319ff3ee11..06603dd1c8aa 100644 --- a/net/rds/ib_cm.c +++ b/net/rds/ib_cm.c @@ -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 * the contents, which are initialized to zero. * 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 :-( */ |