Fix comment in t4_tom. No functional change.

MFC after:	3 days
This commit is contained in:
Navdeep Parhar 2017-01-07 00:08:55 +00:00
parent 14da48cbe4
commit e4612db2cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311569

View File

@ -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 *sc, u_int atid, u_int status)
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)