Cut-and-paste dropped semicolon.

This commit is contained in:
Tim Kientzle 2012-10-14 23:07:54 +00:00
parent 4cc21ce89a
commit 2e88f5cd34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241564

View File

@ -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;