cxgbe/iw_cxgbe: fix whitespace nit in r277102.

Reported by:	stefanf@
This commit is contained in:
Navdeep Parhar 2015-01-13 16:18:31 +00:00
parent 409656193f
commit e503548810
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277135

View File

@ -955,7 +955,7 @@ send_mpa_req(struct c4iw_ep *ep)
if (mpa_rev_to_use == 2)
mpalen += sizeof(struct mpa_v2_conn_params);
mpa = malloc(mpalen, M_CXGBE, M_NOWAIT);
mpa = malloc(mpalen, M_CXGBE, M_NOWAIT);
if (mpa == NULL) {
failed:
connect_reply_upcall(ep, -ENOMEM);