Module Name:    src
Committed By:   skrll
Date:           Tue Dec  1 06:47:09 UTC 2015

Modified Files:
        src/sys/dev/usb [nick-nhusb]: ohci.c

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.254.2.29 -r1.254.2.30 src/sys/dev/usb/ohci.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/ohci.c
diff -u src/sys/dev/usb/ohci.c:1.254.2.29 src/sys/dev/usb/ohci.c:1.254.2.30
--- src/sys/dev/usb/ohci.c:1.254.2.29	Sun Nov 29 11:49:47 2015
+++ src/sys/dev/usb/ohci.c	Tue Dec  1 06:47:09 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: ohci.c,v 1.254.2.29 2015/11/29 11:49:47 skrll Exp $	*/
+/*	$NetBSD: ohci.c,v 1.254.2.30 2015/12/01 06:47:09 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.29 2015/11/29 11:49:47 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.30 2015/12/01 06:47:09 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -1476,8 +1476,8 @@ ohci_device_ctrl_done(struct usbd_xfer *
 	if (len)
 		usb_syncmem(&xfer->ux_dmabuf, 0, len,
 		    isread ? BUS_DMASYNC_POSTREAD : BUS_DMASYNC_POSTWRITE);
-	 usb_syncmem(&opipe->ctrl.reqdma, 0,
-	     sizeof(usb_device_request_t),  BUS_DMASYNC_POSTWRITE);
+	usb_syncmem(&opipe->ctrl.reqdma, 0,
+	    sizeof(usb_device_request_t),  BUS_DMASYNC_POSTWRITE);
 }
 
 void

Reply via email to