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/3ede0161311c
branches:  trunk
changeset: 828568:3ede0161311c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 19 16:04:27 2017 +0000

description:
Trailing whitespace

diffstat:

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

diffs (27 lines):

diff -r 8e1ecadc88d7 -r 3ede0161311c sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Tue Dec 19 14:34:08 2017 +0000
+++ b/sys/dev/usb/xhci.c        Tue Dec 19 16:04:27 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhci.c,v 1.81 2017/12/10 17:50:01 hannken Exp $        */
+/*     $NetBSD: xhci.c,v 1.82 2017/12/19 16:04:27 skrll Exp $  */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.81 2017/12/10 17:50:01 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.82 2017/12/19 16:04:27 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -623,7 +623,7 @@
 
        kmem_free(sc->sc_slots, sizeof(*sc->sc_slots) * sc->sc_maxslots);
 
-       kmem_free(sc->sc_ctlrportbus, 
+       kmem_free(sc->sc_ctlrportbus,
            howmany(sc->sc_maxports * sizeof(uint8_t), NBBY));
        kmem_free(sc->sc_ctlrportmap, sc->sc_maxports * sizeof(int));
 



Home | Main Index | Thread Index | Old Index