summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/tom
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2014-09-24 20:08:43 +0000
committernp <np@FreeBSD.org>2014-09-24 20:08:43 +0000
commit124c5df40c6e1eefb75431af204c919f1cc2c19c (patch)
tree2d2becc3a8f5043140cee00204127db31a79761e /sys/dev/cxgbe/tom
parent55e89e96534e780c06dec5cec004991eb9d032f5 (diff)
downloadFreeBSD-src-124c5df40c6e1eefb75431af204c919f1cc2c19c.zip
FreeBSD-src-124c5df40c6e1eefb75431af204c919f1cc2c19c.tar.gz
Update comment (missed this bit in r272079).
Diffstat (limited to 'sys/dev/cxgbe/tom')
-rw-r--r--sys/dev/cxgbe/tom/t4_listen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/cxgbe/tom/t4_listen.c b/sys/dev/cxgbe/tom/t4_listen.c
index fe26a46..4380c9e 100644
--- a/sys/dev/cxgbe/tom/t4_listen.c
+++ b/sys/dev/cxgbe/tom/t4_listen.c
@@ -1378,8 +1378,7 @@ do_pass_accept_req(struct sge_iq *iq, const struct rss_header *rss,
/*
* If all goes well t4_syncache_respond will get called during
- * syncache_add. Also note that syncache_add releases both pcbinfo and
- * pcb locks.
+ * syncache_add. Note that syncache_add releases the pcb lock.
*/
toe_syncache_add(&inc, &to, &th, inp, tod, synqe);
INP_UNLOCK_ASSERT(inp); /* ok to assert, we have a ref on the inp */
OpenPOWER on IntegriCloud