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/9db9272b13cc
branches:  trunk
changeset: 797951:9db9272b13cc
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 05 06:35:55 2014 +0000

description:
Whitespace.

diffstat:

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

diffs (27 lines):

diff -r cf6a1019c9b2 -r 9db9272b13cc sys/dev/usb/motg.c
--- a/sys/dev/usb/motg.c        Tue Aug 05 06:35:24 2014 +0000
+++ b/sys/dev/usb/motg.c        Tue Aug 05 06:35:55 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: motg.c,v 1.5 2014/08/05 06:35:24 skrll Exp $   */
+/*     $NetBSD: motg.c,v 1.6 2014/08/05 06:35:55 skrll Exp $   */
 
 /*
  * Copyright (c) 1998, 2004, 2011, 2012, 2014 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: motg.c,v 1.5 2014/08/05 06:35:24 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: motg.c,v 1.6 2014/08/05 06:35:55 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -2420,7 +2420,7 @@
                DPRINTF(("motg_device_xfer_abort: already aborting\n"));
                xfer->hcflags |= UXFER_ABORTWAIT;
                while (xfer->hcflags & UXFER_ABORTING)
-               cv_wait(&xfer->hccv, &sc->sc_lock);
+                       cv_wait(&xfer->hccv, &sc->sc_lock);
                return;
        }
        xfer->hcflags |= UXFER_ABORTING;



Home | Main Index | Thread Index | Old Index