Module Name:    src
Committed By:   skrll
Date:           Sun Mar  1 08:26:55 UTC 2015

Modified Files:
        src/sys/dev/usb [nick-nhusb]: ehci.c

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.234.2.33 -r1.234.2.34 src/sys/dev/usb/ehci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.234.2.33 src/sys/dev/usb/ehci.c:1.234.2.34
--- src/sys/dev/usb/ehci.c:1.234.2.33	Sun Mar  1 08:18:16 2015
+++ src/sys/dev/usb/ehci.c	Sun Mar  1 08:26:55 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: ehci.c,v 1.234.2.33 2015/03/01 08:18:16 skrll Exp $ */
+/*	$NetBSD: ehci.c,v 1.234.2.34 2015/03/01 08:26:55 skrll Exp $ */
 
 /*
  * Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.33 2015/03/01 08:18:16 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.34 2015/03/01 08:26:55 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -2841,7 +2841,7 @@ ehci_alloc_sqtd_chain(struct ehci_pipe *
 		}
 
 		/* Find number of pages we'll be using, insert dma addresses */
-		pages = EHCI_PAGE(curlen + EHCI_PAGE_SIZE -1) >> 12;
+		pages = EHCI_PAGE(curlen + EHCI_PAGE_SIZE - 1) >> 12;
 		KASSERT(pages <= EHCI_QTD_NBUFFERS);
 		pageoffs = EHCI_PAGE(curoffs);
 		for (i = 0; i < pages; i++) {

Reply via email to