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/61ec639b6a9b
branches:  nick-nhusb
changeset: 334460:61ec639b6a9b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Apr 01 14:06:14 2016 +0000

description:
Whitespace

diffstat:

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

diffs (27 lines):

diff -r 756248d5b623 -r 61ec639b6a9b sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Fri Apr 01 12:58:15 2016 +0000
+++ b/sys/dev/usb/ohci.c        Fri Apr 01 14:06:14 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.254.2.61 2016/04/01 12:58:15 skrll Exp $    */
+/*     $NetBSD: ohci.c,v 1.254.2.62 2016/04/01 14:06:14 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.61 2016/04/01 12:58:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.62 2016/04/01 14:06:14 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -571,7 +571,7 @@
                } else {
                        /* must use multiple TDs, fill as much as possible. */
                        curlen = 2 * OHCI_PAGE_SIZE -
-                                (dataphys & (OHCI_PAGE_SIZE-1));
+                           (dataphys & (OHCI_PAGE_SIZE - 1));
                        /* the length must be a multiple of the max size */
                        curlen -= curlen % mps;
                        KASSERT(curlen != 0);



Home | Main Index | Thread Index | Old Index