PERFORCE change 164957 for review

Alexander Motin mav at FreeBSD.org
Tue Jun 23 12:07:23 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164957

Change 164957 by mav at 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


More information about the p4-projects mailing list