PERFORCE change 153754 for review

Weongyo Jeong weongyo at FreeBSD.org
Sat Nov 29 03:46:42 PST 2008


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

Change 153754 by weongyo at weongyo_ws on 2008/11/29 11:45:43

	misc style(9) and name changes

Affected files ...

.. //depot/projects/ndisusb/sys/compat/ndis/subr_usbd.c#15 edit

Differences ...

==== //depot/projects/ndisusb/sys/compat/ndis/subr_usbd.c#15 (text+ko) ====

@@ -269,10 +269,10 @@
 
 /* Convert FreeBSD's usbd_status to USBD_STATUS  */
 static int32_t
-usbd_usb2urb(int urb_status)
+usbd_usb2urb(int status)
 {
 
-	switch (urb_status) {
+	switch (status) {
 	case USBD_NORMAL_COMPLETION:
 		return (USBD_STATUS_SUCCESS);
 	case USBD_IN_PROGRESS:
@@ -1076,7 +1076,6 @@
 	if (status != USBD_NORMAL_COMPLETION)
 		return usbd_usb2urb(status);
 
-
 	xfer = usbd_init_ndisxfer(ip, ep, ubi->ubi_trans_buf,
 	    ubi->ubi_trans_buflen);
 	if (xfer == NULL) {


More information about the p4-projects mailing list