svn commit: r277135 - head/sys/dev/cxgbe/iw_cxgbe

Navdeep Parhar np at FreeBSD.org
Tue Jan 13 16:18:32 UTC 2015


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);


More information about the svn-src-head mailing list