summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bge.c
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2010-08-07 03:50:03 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2010-08-07 03:50:03 +0000
commiteb95cc9da073c2c7f556ff2c8c2a63c319881bfb (patch)
treed3984d88de35cd21a0754c75a71b124b3e0c79f2 /sys/dev/pci/if_bge.c
parent327b342b96e585a8d91a4811578b95328b8aead2 (diff)
No "\n" needed at the end of panic() strings.
Bogus chunks pointed out by matthew@ and miod@. No cookies for marco@ and jasper@. ok deraadt@ miod@ matthew@ jasper@ macro@
Diffstat (limited to 'sys/dev/pci/if_bge.c')
-rw-r--r--sys/dev/pci/if_bge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index 562ec0a1efe..0dd73af2f3f 100644
--- a/sys/dev/pci/if_bge.c
+++ b/sys/dev/pci/if_bge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bge.c,v 1.297 2010/08/02 19:36:13 kettenis Exp $ */
+/* $OpenBSD: if_bge.c,v 1.298 2010/08/07 03:50:02 krw Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -832,7 +832,7 @@ bge_newbuf_jumbo(struct bge_softc *sc, int i)
r->bge_bd.bge_len = dmap->dm_segs[0].ds_len;
break;
default:
- panic("%s: %d segments\n", __func__, dmap->dm_nsegs);
+ panic("%s: %d segments", __func__, dmap->dm_nsegs);
}
bus_dmamap_sync(sc->bge_dmatag, sc->bge_ring_map,