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/49aea6feef44
branches: trunk
changeset: 358267:49aea6feef44
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 682b96dda344 -r 49aea6feef44 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