From b9efeffff0e43b657ac5939a12a3ff70ae333a06 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 15 Nov 2001 06:44:43 +0000 Subject: [PATCH] Minor style problem I introduced recently --- sys/dev/an/if_an_pccard.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c index d1a19aa1359..3cd9223d0c4 100644 --- a/sys/dev/an/if_an_pccard.c +++ b/sys/dev/an/if_an_pccard.c @@ -124,11 +124,11 @@ an_pccard_match(device_t dev) const struct pccard_product *pp; if ((pp = pccard_product_lookup(dev, an_pccard_products, - sizeof(an_pccard_products[0]), NULL)) != NULL) { - device_set_desc(dev, pp->pp_name); - return 0; + sizeof(an_pccard_products[0]), NULL)) != NULL) { + device_set_desc(dev, pp->pp_name); + return (0); } - return ENXIO; + return (ENXIO); } static int