From 7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb Mon Sep 17 00:00:00 2001 From: mbr Date: Thu, 7 Jan 2010 21:01:37 +0000 Subject: Remove extraneous semicolons, no functional changes. Submitted by: Marc Balmer MFC after: 1 week --- sys/dev/aac/aac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/aac') diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index f0c67cd..f4c57e6 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -553,7 +553,7 @@ aac_alloc(struct aac_softc *sc) 0, /* flags */ NULL, NULL, /* No locking needed */ &sc->aac_fib_dmat)) { - device_printf(sc->aac_dev, "can't allocate FIB DMA tag\n");; + device_printf(sc->aac_dev, "can't allocate FIB DMA tag\n"); return (ENOMEM); } -- cgit v1.1