Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nick-nhusb]: src/sys/dev/usb Whitespace



details:   https://anonhg.NetBSD.org/src/rev/0a97c9c5a922
branches:  nick-nhusb
changeset: 334384:0a97c9c5a922
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Feb 06 09:01:39 2016 +0000

description:
Whitespace

diffstat:

 sys/dev/usb/ehci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9e83047f2494 -r 0a97c9c5a922 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Sat Feb 06 08:58:07 2016 +0000
+++ b/sys/dev/usb/ehci.c        Sat Feb 06 09:01:39 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.234.2.80 2016/02/06 08:47:06 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.234.2.81 2016/02/06 09:01:39 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.80 2016/02/06 08:47:06 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.81 2016/02/06 09:01:39 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -2883,7 +2883,7 @@
                /* The EHCI hardware can handle at most 5 pages. */
                va = (vaddr_t)KERNADDR(dma, curoffs);
                va_offs = EHCI_PAGE_OFFSET(va);
-               if (len-curoffs < EHCI_QTD_MAXTRANSFER - va_offs) {
+               if (len - curoffs < EHCI_QTD_MAXTRANSFER - va_offs) {
                        /* we can handle it in this QTD */
                        curlen = len - curoffs;
                } else {



Home | Main Index | Thread Index | Old Index