[rt41656] line length

(cherry picked from commit 6957e9451cc7bf89d44716dfe4266281867e00e5)
This commit is contained in:
Evan Hunt
2016-03-03 21:28:21 -08:00
committed by Mukund Sivaraman
parent 7a3a30e296
commit d4ed29b019

View File

@@ -2002,8 +2002,8 @@ isc___mempool_get(isc_mempool_t *mpctx0 FLARG) {
if (ISC_UNLIKELY(mpctx->items == NULL)) {
/*
* We need to dip into the well. Lock the memory context here and
* fill up our free list.
* We need to dip into the well. Lock the memory context
* here and fill up our free list.
*/
MCTXLOCK(mctx, &mctx->lock);
for (i = 0; i < mpctx->fillcount; i++) {