svn commit: r311569 - head/sys/dev/cxgbe/tom

Navdeep Parhar np at FreeBSD.org
Sat Jan 7 00:08:56 UTC 2017


Author: np
Date: Sat Jan  7 00:08:55 2017
New Revision: 311569
URL: https://svnweb.freebsd.org/changeset/base/311569

Log:
  Fix comment in t4_tom.  No functional change.
  
  MFC after:	3 days

Modified:
  head/sys/dev/cxgbe/tom/t4_connect.c

Modified: head/sys/dev/cxgbe/tom/t4_connect.c
==============================================================================
--- head/sys/dev/cxgbe/tom/t4_connect.c	Fri Jan  6 23:41:45 2017	(r311568)
+++ head/sys/dev/cxgbe/tom/t4_connect.c	Sat Jan  7 00:08:55 2017	(r311569)
@@ -107,7 +107,7 @@ free_atid(struct adapter *sc, int atid)
 }
 
 /*
- * Active open failed.
+ * Active open succeeded.
  */
 static int
 do_act_establish(struct sge_iq *iq, const struct rss_header *rss,
@@ -187,6 +187,9 @@ act_open_failure_cleanup(struct adapter 
 		INP_INFO_RUNLOCK(&V_tcbinfo);
 }
 
+/*
+ * Active open failed.
+ */
 static int
 do_act_open_rpl(struct sge_iq *iq, const struct rss_header *rss,
     struct mbuf *m)


More information about the svn-src-all mailing list