diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index 5c6a58d71d41..5a47c1f53c17 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -262,13 +262,13 @@ union mcluster { } #define MCLFREE1(p) \ - do { \ + do { \ if (--mclrefcnt[mtocl(p)] == 0) { \ ((union mcluster *)(p))->mcl_next = mclfree; \ mclfree = (union mcluster *)(p); \ mbstat.m_clfree++; \ } \ - } while (0) + } while (0) #define MCLFREE(p) \ MBUFLOCK( \