svn commit: r254731 - head/sys/dev/cxgb/ulp/iw_cxgb
Navdeep Parhar
np at FreeBSD.org
Fri Aug 23 18:45:40 UTC 2013
Author: np
Date: Fri Aug 23 18:45:39 2013
New Revision: 254731
URL: http://svnweb.freebsd.org/changeset/base/254731
Log:
Whitespace cleanup.
Modified:
head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c
Modified: head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c
==============================================================================
--- head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c Fri Aug 23 18:38:43 2013 (r254730)
+++ head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c Fri Aug 23 18:45:39 2013 (r254731)
@@ -1097,9 +1097,8 @@ out:
* If free is 1, then we've disassociated the EP from the QP
* and we need to dereference the EP.
*/
- if (free)
+ if (free)
put_ep(&ep->com);
-
CTR2(KTR_IW_CXGB, "%s exit state %d", __FUNCTION__, qhp->attr.state);
return ret;
More information about the svn-src-all
mailing list