Remove a superfluous ) from the previous commit. This was obviously
a result of the current solar storm.
This commit is contained in:
parent
aa5acc483c
commit
7ff4941bd6
@ -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 New Issue
Block a user