From cb79e7478ddaaf9e3e1bd518375c89d615e29c90 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Wed, 29 Oct 2003 15:11:26 +0000 Subject: [PATCH] Remove a superfluous ) from the previous commit. This was obviously a result of the current solar storm. --- sys/dev/hatm/if_hatm_intr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/hatm/if_hatm_intr.c b/sys/dev/hatm/if_hatm_intr.c index 088eef408d0e..f16ba1813134 100644 --- a/sys/dev/hatm/if_hatm_intr.c +++ b/sys/dev/hatm/if_hatm_intr.c @@ -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;