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