svn commit: r206533 - stable/7/sys/dev/aac

Ed Maste emaste at FreeBSD.org
Tue Apr 13 00:20:40 UTC 2010


Author: emaste
Date: Tue Apr 13 00:20:40 2010
New Revision: 206533
URL: http://svn.freebsd.org/changeset/base/206533

Log:
  MFC r201758:
  
    Remove extraneous semicolons, no functional changes.

Modified:
  stable/7/sys/dev/aac/aac.c

Modified: stable/7/sys/dev/aac/aac.c
==============================================================================
--- stable/7/sys/dev/aac/aac.c	Mon Apr 12 23:47:29 2010	(r206532)
+++ stable/7/sys/dev/aac/aac.c	Tue Apr 13 00:20:40 2010	(r206533)
@@ -530,7 +530,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);
 	}
 


More information about the svn-src-stable-7 mailing list