From 7ff4941bd61c3c7e962615c4c28c6745b387e23c Mon Sep 17 00:00:00 2001 From: harti Date: Wed, 29 Oct 2003 15:11:26 +0000 Subject: 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(-) (limited to 'sys/dev/hatm') diff --git a/sys/dev/hatm/if_hatm_intr.c b/sys/dev/hatm/if_hatm_intr.c index 088eef4..f16ba18 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; -- cgit v1.1