From c2ede4b379d8fa04de02c36201538fd610763299 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Thu, 7 Jan 2010 21:01:37 +0000 Subject: Remove extraneous semicolons, no functional changes. Submitted by: Marc Balmer MFC after: 1 week --- sys/dev/cs/if_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/cs') diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index 826f4adb3c64..8baaafd3baee 100644 --- a/sys/dev/cs/if_cs.c +++ b/sys/dev/cs/if_cs.c @@ -475,7 +475,7 @@ int cs_attach(device_t dev) { int error, media=0; - struct cs_softc *sc = device_get_softc(dev);; + struct cs_softc *sc = device_get_softc(dev); struct ifnet *ifp; sc->dev = dev; -- cgit v1.3