From a354e5dc6eb3557ec42e3b1e2a9824f3bc18610f Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Thu, 24 Jun 2004 09:07:40 +0000 Subject: ultra minor KNF --- sys/dev/ic/adwlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/ic/adwlib.c b/sys/dev/ic/adwlib.c index 6e3570da2de..7293715b21c 100644 --- a/sys/dev/ic/adwlib.c +++ b/sys/dev/ic/adwlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adwlib.c,v 1.19 2004/01/09 21:32:23 brad Exp $ */ +/* $OpenBSD: adwlib.c,v 1.20 2004/06/24 09:07:39 itojun Exp $ */ /* $NetBSD: adwlib.c,v 1.20 2000/07/04 04:17:03 itojun Exp $ */ /* @@ -2085,7 +2085,7 @@ ADW_SOFTC *sc; free_carrp = sc->irq_sp; sc->irq_sp = ADW_CARRIER_VADDR(sc, ADW_GET_CARRP(irq_next_pa)); - free_carrp->next_ba = (sc->carr_freelist == NULL)? NULL + free_carrp->next_ba = (sc->carr_freelist == NULL) ? NULL : sc->carr_freelist->carr_ba; sc->carr_freelist = free_carrp; sc->carr_pending_cnt--; -- cgit v1.2.3