Module Name:    src
Committed By:   skrll
Date:           Sun Nov  1 12:03:48 UTC 2015

Modified Files:
        src/sys/dev/usb [nick-nhusb]: uhcivar.h

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.52.14.12 -r1.52.14.13 src/sys/dev/usb/uhcivar.h

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/uhcivar.h
diff -u src/sys/dev/usb/uhcivar.h:1.52.14.12 src/sys/dev/usb/uhcivar.h:1.52.14.13
--- src/sys/dev/usb/uhcivar.h:1.52.14.12	Tue Oct 27 15:28:22 2015
+++ src/sys/dev/usb/uhcivar.h	Sun Nov  1 12:03:48 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: uhcivar.h,v 1.52.14.12 2015/10/27 15:28:22 skrll Exp $	*/
+/*	$NetBSD: uhcivar.h,v 1.52.14.13 2015/11/01 12:03:48 skrll Exp $	*/
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@ typedef union {
 
 struct uhci_xfer {
 	struct usbd_xfer ux_xfer;
-	struct usb_task	ux_aborttask;
+	struct usb_task ux_aborttask;
 	uhci_soft_td_t *ux_stdstart;
 	uhci_soft_td_t *ux_stdend;
 	TAILQ_ENTRY(uhci_xfer) ux_list;

Reply via email to