From: Santosh Shilimkar <santosh.shilimkar@xxxxxxxxxx>Right. I just posted v2, dropping the empty line. Thanks !!
Date: Wed, 28 Oct 2015 15:51:12 -0700
+ &rs->rs_bound_node, ht_parms)) {
*port = rs->rs_bound_port;
ret = 0;
rdsdebug("rs %p binding to %pI4:%d\n",
rs, &addr, (int)ntohs(*port));
break;
} else {
- rds_sock_put(rrs);
+ rds_sock_put(rs);
+ ret = -ENOMEM;
+ break;
}
+
} while (rover++ != last);
return ret;
This final insert of an empty line is both inappropriate and even
if it was it would not be related to this change.