Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2009 12:07:21 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 164957 for review
Message-ID:  <200906231207.n5NC7Lgq088630@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164957

Change 164957 by mav@mav_mavbook on 2009/06/23 12:06:40

	Fix lost semicolon.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/dev/ata/chipsets/ata-intel.c#5 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/dev/ata/chipsets/ata-intel.c#5 (text+ko) ====

@@ -146,7 +146,7 @@
 
     ata_set_desc(dev);
     ctlr->chipinit = ata_intel_chipinit;
-    return (BUS_PROBE_DEFAULT)
+    return (BUS_PROBE_DEFAULT);
 }
 
 static int



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906231207.n5NC7Lgq088630>