Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb whitespace



details:   https://anonhg.NetBSD.org/src/rev/960e9547a085
branches:  trunk
changeset: 834343:960e9547a085
user:      prlw1 <prlw1%NetBSD.org@localhost>
date:      Thu Aug 09 21:23:23 2018 +0000

description:
whitespace

diffstat:

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

diffs (27 lines):

diff -r 01cc5d45a96e -r 960e9547a085 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Thu Aug 09 21:16:43 2018 +0000
+++ b/sys/dev/usb/ohci.c        Thu Aug 09 21:23:23 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.283 2018/08/09 21:16:43 prlw1 Exp $ */
+/*     $NetBSD: ohci.c,v 1.284 2018/08/09 21:23:23 prlw1 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.283 2018/08/09 21:16:43 prlw1 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.284 2018/08/09 21:23:23 prlw1 Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -1389,7 +1389,7 @@
        int len, cc;
        int i, j, actlen, iframes, uedir;
        ohci_physaddr_t done;
-       bool polling __diagused= sc->sc_bus.ub_usepolling;
+       bool polling __diagused = sc->sc_bus.ub_usepolling;
 
        KASSERT(polling || mutex_owned(&sc->sc_lock));
 



Home | Main Index | Thread Index | Old Index