Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/a84cbc15ecf5
branches:  trunk
changeset: 342166:a84cbc15ecf5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Dec 10 15:50:17 2015 +0000

description:
Trailing whitespace

diffstat:

 sys/dev/usb/xhci.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r ca3554a0e47f -r a84cbc15ecf5 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Thu Dec 10 14:31:46 2015 +0000
+++ b/sys/dev/usb/xhci.c        Thu Dec 10 15:50:17 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhci.c,v 1.29 2015/08/19 06:23:35 skrll Exp $  */
+/*     $NetBSD: xhci.c,v 1.30 2015/12/10 15:50:17 skrll Exp $  */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.29 2015/08/19 06:23:35 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.30 2015/12/10 15:50:17 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -760,7 +760,7 @@
                    &sc->sc_spbufarray_dma);
                if (err)
                        return err;
-               
+
                sc->sc_spbuf_dma = kmem_zalloc(sizeof(*sc->sc_spbuf_dma) * sc->sc_maxspbuf, KM_SLEEP);
                uint64_t *spbufarray = KERNADDR(&sc->sc_spbufarray_dma, 0);
                for (i = 0; i < sc->sc_maxspbuf; i++) {
@@ -775,7 +775,7 @@
                            BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
                }
 
-               usb_syncmem(&sc->sc_spbufarray_dma, 0, 
+               usb_syncmem(&sc->sc_spbufarray_dma, 0,
                    sizeof(uint64_t) * sc->sc_maxspbuf, BUS_DMASYNC_PREWRITE);
        }
 



Home | Main Index | Thread Index | Old Index