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/7ce67d98a5ed
branches:  nick-nhusb
changeset: 804730:7ce67d98a5ed
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Dec 28 10:42:59 2016 +0000

description:
Whitespace

diffstat:

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

diffs (34 lines):

diff -r d02253994704 -r 7ce67d98a5ed sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Wed Dec 28 10:25:06 2016 +0000
+++ b/sys/dev/usb/ehci.c        Wed Dec 28 10:42:59 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.234.2.107 2016/12/27 10:37:52 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.234.2.108 2016/12/28 10:42:59 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.107 2016/12/27 10:37:52 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.108 2016/12/28 10:42:59 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -4490,7 +4490,6 @@
 
        ehci_add_intr_list(sc, exfer);
        xfer->ux_status = USBD_IN_PROGRESS;
-
        mutex_exit(&sc->sc_lock);
 
        return USBD_IN_PROGRESS;
@@ -4884,7 +4883,6 @@
 
        ehci_add_intr_list(sc, exfer);
        xfer->ux_status = USBD_IN_PROGRESS;
-
        mutex_exit(&sc->sc_lock);
 
        return USBD_IN_PROGRESS;



Home | Main Index | Thread Index | Old Index