Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2017 00:08:55 +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: r311569 - head/sys/dev/cxgbe/tom
Message-ID:  <201701070008.v0708tts063761@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701070008.v0708tts063761>