PERFORCE change 134198 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sun Jan 27 06:44:42 PST 2008


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

Change 134198 by hselasky at hselasky_laptop001 on 2008/01/27 14:44:25

	
	Style change by "usb_style.sh".

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_subr.c#89 edit

Differences ...

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

@@ -2052,12 +2052,12 @@
 
 		if (pc->ismultiseg) {
 
-		page += (offset / USB_PAGE_SIZE);
+			page += (offset / USB_PAGE_SIZE);
 
-		offset %= USB_PAGE_SIZE;
+			offset %= USB_PAGE_SIZE;
 
-		res->length = USB_PAGE_SIZE - offset;
-		res->physaddr = page->physaddr + offset;
+			res->length = USB_PAGE_SIZE - offset;
+			res->physaddr = page->physaddr + offset;
 		} else {
 			res->length = 0 - 1;
 			res->physaddr = page->physaddr + offset;


More information about the p4-projects mailing list