Date: Tue, 29 Jan 2008 17:42:38 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 134392 for review Message-ID: <200801291742.m0THgc5i093632@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134392 Change 134392 by hselasky@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 }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801291742.m0THgc5i093632>