Fix indentation.

Sponsored by:	Limelight Networks
This commit is contained in:
Stephen Hurd 2017-12-27 19:12:32 +00:00
parent 3888260471
commit de13095409
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327242

View File

@ -2635,7 +2635,7 @@ iflib_rxeof(iflib_rxq_t rxq, qidx_t budget)
if ((m->m_pkthdr.csum_flags & (CSUM_L4_CALC|CSUM_L4_VALID)) ==
(CSUM_L4_CALC|CSUM_L4_VALID)) {
if (lro_possible && tcp_lro_rx(&rxq->ifr_lc, m, 0) == 0)
continue;
continue;
}
}
#endif