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 Remove some blank lines



details:   https://anonhg.NetBSD.org/src/rev/ed6644f34f1a
branches:  nick-nhusb
changeset: 334414:ed6644f34f1a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Feb 27 15:47:18 2016 +0000

description:
Remove some blank lines

diffstat:

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

diffs (34 lines):

diff -r 110d478388ec -r ed6644f34f1a sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Sat Feb 27 15:44:05 2016 +0000
+++ b/sys/dev/usb/ohci.c        Sat Feb 27 15:47:18 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.254.2.50 2016/02/27 15:44:05 skrll Exp $    */
+/*     $NetBSD: ohci.c,v 1.254.2.51 2016/02/27 15:47:18 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.50 2016/02/27 15:44:05 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.51 2016/02/27 15:47:18 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -2956,7 +2956,6 @@
        usb_syncmem(&tail->dma, tail->offs, sizeof(tail->td),
            BUS_DMASYNC_PREWRITE | BUS_DMASYNC_PREREAD);
 
-
 #ifdef OHCI_DEBUG
        USBHIST_LOGN(ohcidebug, 5, "--- dump start ---", 0, 0, 0, 0);
        if (ohcidebug >= 5) {
@@ -3715,7 +3714,6 @@
 
        /* XXX pretend we did it all */
        xfer->ux_actlen = offs;
-
        xfer->ux_status = USBD_IN_PROGRESS;
 
 #ifdef OHCI_DEBUG



Home | Main Index | Thread Index | Old Index