svn commit: r241564 - head/sys/arm/ti/cpsw

Tim Kientzle kientzle at FreeBSD.org
Sun Oct 14 23:07:55 UTC 2012


Author: kientzle
Date: Sun Oct 14 23:07:54 2012
New Revision: 241564
URL: http://svn.freebsd.org/changeset/base/241564

Log:
  Cut-and-paste dropped semicolon.

Modified:
  head/sys/arm/ti/cpsw/if_cpsw.c

Modified: head/sys/arm/ti/cpsw/if_cpsw.c
==============================================================================
--- head/sys/arm/ti/cpsw/if_cpsw.c	Sun Oct 14 23:00:24 2012	(r241563)
+++ head/sys/arm/ti/cpsw/if_cpsw.c	Sun Oct 14 23:07:54 2012	(r241564)
@@ -660,7 +660,7 @@ cpsw_stop_locked(struct cpsw_softc *sc)
 {
 	struct ifnet *ifp;
 
-	CPSW_GLOBAL_LOCK_ASSERT(sc)
+	CPSW_GLOBAL_LOCK_ASSERT(sc);
 
 	ifp = sc->ifp;
 


More information about the svn-src-head mailing list