Module Name:    src
Committed By:   skrll
Date:           Tue Aug  5 06:35:56 UTC 2014

Modified Files:
        src/sys/dev/usb: motg.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/usb/motg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/motg.c
diff -u src/sys/dev/usb/motg.c:1.5 src/sys/dev/usb/motg.c:1.6
--- src/sys/dev/usb/motg.c:1.5	Tue Aug  5 06:35:24 2014
+++ src/sys/dev/usb/motg.c	Tue Aug  5 06:35:55 2014
@@ -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 @@ motg_device_xfer_abort(usbd_xfer_handle 
 		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;

Reply via email to