Date: Tue, 13 Jan 2015 16:18:32 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r277135 - head/sys/dev/cxgbe/iw_cxgbe Message-ID: <201501131618.t0DGIWiK084581@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: np Date: Tue Jan 13 16:18:31 2015 New Revision: 277135 URL: https://svnweb.freebsd.org/changeset/base/277135 Log: cxgbe/iw_cxgbe: fix whitespace nit in r277102. Reported by: stefanf@ Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c ============================================================================== --- head/sys/dev/cxgbe/iw_cxgbe/cm.c Tue Jan 13 16:06:38 2015 (r277134) +++ head/sys/dev/cxgbe/iw_cxgbe/cm.c Tue Jan 13 16:18:31 2015 (r277135) @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501131618.t0DGIWiK084581>