PERFORCE change 134392 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Jan 29 09:42:39 PST 2008


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

Change 134392 by hselasky at hselasky_laptop001 on 2008/01/29 17:42:34

	
	Style changes by "usb_style.sh".

Affected files ...

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

Differences ...

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

@@ -2357,9 +2357,9 @@
 
 	if (align != 1) {
 		/*
-	         * The alignment must be greater or equal to the "size" else the
-	         * object can be split between two memory pages and we get a
-	         * problem!
+	         * The alignment must be greater or equal to the
+	         * "size" else the object can be split between two
+	         * memory pages and we get a problem!
 	         */
 		while (align < size) {
 			align *= 2;
@@ -2385,7 +2385,7 @@
 		 * small allocations!
 		 */
 		if (size < USB_PAGE_SIZE) {
-		size *= 2;
+			size *= 2;
 		}
 #endif
 	}


More information about the p4-projects mailing list