diff options
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 334287602b78..e48bb1ba3dfc 100644 --- a/net/rds/ib_cm.c +++ b/net/rds/ib_cm.c | |||
@@ -112,7 +112,7 @@ void rds_ib_cm_connect_complete(struct rds_connection *conn, struct rdma_cm_even | |||
112 | } | 112 | } |
113 | } | 113 | } |
114 | 114 | ||
115 | if (conn->c_version < RDS_PROTOCOL(3,1)) { | 115 | if (conn->c_version < RDS_PROTOCOL(3, 1)) { |
116 | printk(KERN_NOTICE "RDS/IB: Connection to %pI4 version %u.%u failed," | 116 | printk(KERN_NOTICE "RDS/IB: Connection to %pI4 version %u.%u failed," |
117 | " no longer supported\n", | 117 | " no longer supported\n", |
118 | &conn->c_faddr, | 118 | &conn->c_faddr, |