PERFORCE change 131100 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Dec 17 06:58:08 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131100

Change 131100 by hselasky at hselasky_laptop001 on 2007/12/17 14:57:52

	
	Style change by "usb_style.sh" .

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_transfer.c#74 edit

Differences ...

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

@@ -1994,9 +1994,8 @@
 		return;
 	}
 	if (xfer->priv_mtx != &Giant) {
-	mtx_assert(xfer->priv_mtx, MA_NOTOWNED);
+		mtx_assert(xfer->priv_mtx, MA_NOTOWNED);
 	}
-
 	mtx_lock(xfer->priv_mtx);
 
 	usbd_transfer_stop(xfer);


More information about the p4-projects mailing list