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 Guess what... whitspace.



details:   https://anonhg.NetBSD.org/src/rev/3c4f9047fc46
branches:  nick-nhusb
changeset: 334464:3c4f9047fc46
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Apr 01 14:13:29 2016 +0000

description:
Guess what... whitspace.

diffstat:

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

diffs (26 lines):

diff -r 5c12094016f8 -r 3c4f9047fc46 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Fri Apr 01 14:12:17 2016 +0000
+++ b/sys/dev/usb/ohci.c        Fri Apr 01 14:13:29 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.254.2.65 2016/04/01 14:12:17 skrll Exp $    */
+/*     $NetBSD: ohci.c,v 1.254.2.66 2016/04/01 14:13:29 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.65 2016/04/01 14:12:17 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.66 2016/04/01 14:13:29 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -3112,7 +3112,6 @@
        /* We want interrupt at the end of the transfer. */
        last->td.td_flags &= HTOO32(~OHCI_TD_INTR_MASK);
        last->td.td_flags |= HTOO32(OHCI_TD_SET_DI(1));
-
        last->td.td_nexttd = HTOO32(tail->physaddr);
        last->nexttd = tail;
        last->flags |= OHCI_CALL_DONE;



Home | Main Index | Thread Index | Old Index