Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2008 14:44:41 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 134198 for review
Message-ID:  <200801271444.m0REifJS088422@repoman.freebsd.org>

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

Change 134198 by hselasky@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;



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