[PATCH 9/22] trivial: fix typo "could could" in multiple files

From: Jaswinder Singh Rajput
Date: Tue Jul 07 2009 - 10:35:51 EST


Replaced "could could" with "could" in multiple files

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@xxxxxxxxx>
---
net/rds/ib_cm.c | 2 +-
net/rds/iw_cm.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/rds/ib_cm.c b/net/rds/ib_cm.c
index f8e40e1..42268a9 100644
--- a/net/rds/ib_cm.c
+++ b/net/rds/ib_cm.c
@@ -354,7 +354,7 @@ static u32 rds_ib_protocol_compatible(const struct rds_ib_connect_private *dp)
* 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 :-( */
if (dp->dp_protocol_major == 0)
return RDS_PROTOCOL_3_0;
diff --git a/net/rds/iw_cm.c b/net/rds/iw_cm.c
index a416b0d..784558e 100644
--- a/net/rds/iw_cm.c
+++ b/net/rds/iw_cm.c
@@ -352,7 +352,7 @@ static u32 rds_iw_protocol_compatible(const struct rds_iw_connect_private *dp)
* 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 :-( */
if (dp->dp_protocol_major == 0)
return RDS_PROTOCOL_3_0;
--
1.6.0.6



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/