Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2008 11:54:03 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 133185 for review
Message-ID:  <200801131154.m0DBs3Sw079156@repoman.freebsd.org>

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

Change 133185 by hselasky@hselasky_laptop001 on 2008/01/13 11:53:48

	
	Style change by "usb_style.sh".

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/uhci.c#59 edit

Differences ...

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

@@ -2256,18 +2256,18 @@
 		td->len = *plen;
 
 		if (td->len == 0) {
-			/* 
-			 * Do not call "uhci_mem_layout_fixup()" when
-			 * the length is zero!
+			/*
+			 * Do not call "uhci_mem_layout_fixup()" when the
+			 * length is zero!
 			 */
 			td->td_buffer = 0;
 			td->fix_pc = NULL;
 
 		} else {
 
-		/* fill out buffer pointer and do fixup, if any */
+			/* fill out buffer pointer and do fixup, if any */
 
-		uhci_mem_layout_fixup(&ml, td);
+			uhci_mem_layout_fixup(&ml, td);
 
 		}
 



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