Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Remove leading space that crept in in the last c...



details:   https://anonhg.NetBSD.org/src/rev/3b233edd9691
branches:  trunk
changeset: 947080:3b233edd9691
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Dec 10 20:48:33 2020 +0000

description:
Remove leading space that crept in in the last change

diffstat:

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

diffs (27 lines):

diff -r 2715d1b0a101 -r 3b233edd9691 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Thu Dec 10 20:14:35 2020 +0000
+++ b/sys/dev/usb/ohci.c        Thu Dec 10 20:48:33 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.311 2020/12/09 07:10:01 skrll Exp $ */
+/*     $NetBSD: ohci.c,v 1.312 2020/12/10 20:48:33 skrll Exp $ */
 
 /*
  * Copyright (c) 1998, 2004, 2005, 2012, 2016, 2020 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.311 2020/12/09 07:10:01 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.312 2020/12/10 20:48:33 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -2386,7 +2386,7 @@
                std->held = p->held;
                std->xfer = xfer;
                p->held = NULL;
-       }
+       }
        /* Zap headp register if hardware pointed inside the xfer. */
        if (hit) {
                DPRINTFN(1, "set hd=0x%08jx, tl=0x%08jx",  (int)p->physaddr,



Home | Main Index | Thread Index | Old Index