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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to