PERFORCE change 130808 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Thu Dec 13 11:19:39 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=130808
Change 130808 by hselasky at 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) {
More information about the p4-projects
mailing list