Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2007 19:19:38 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 130808 for review
Message-ID:  <200712131919.lBDJJcTD062998@repoman.freebsd.org>

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

Change 130808 by hselasky@hselasky_laptop001 on 2007/12/13 19:18:54

	
	Style change.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/uhub.c#27 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/uhub.c#27 (text+ko) ====

@@ -421,8 +421,9 @@
 	}
 	if (err == 0) {
 		if (sc->sc_st.port_status & UPS_PORT_ENABLED) {
-		err = usbreq_clear_port_feature
-		    (sc->sc_udev, &usb_global_lock, portno, UHF_PORT_ENABLE);
+			err = usbreq_clear_port_feature
+			    (sc->sc_udev, &usb_global_lock,
+			    portno, UHF_PORT_ENABLE);
 		}
 	}
 	if (err) {



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