mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove a superfluous ) from the previous commit. This was obviously
a result of the current solar storm.
This commit is contained in:
parent
278bc3c3a9
commit
cb79e7478d
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ hatm_mbuf_page_alloc(struct hatm_softc *sc, u_int group)
|
|||
int err;
|
||||
u_int i;
|
||||
|
||||
if (sc->mbuf_npages == sc->mbuf_max_pages))
|
||||
if (sc->mbuf_npages == sc->mbuf_max_pages)
|
||||
return;
|
||||
if ((pg = malloc(MBUF_ALLOC_SIZE, M_DEVBUF, M_NOWAIT)) == NULL)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue