Module Name:    src
Committed By:   skrll
Date:           Mon Mar 10 13:12:02 UTC 2014

Modified Files:
        src/sys/dev/usb: xhcivar.h

Log Message:
Whtiespace.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/usb/xhcivar.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/xhcivar.h
diff -u src/sys/dev/usb/xhcivar.h:1.3 src/sys/dev/usb/xhcivar.h:1.4
--- src/sys/dev/usb/xhcivar.h:1.3	Mon Mar 10 13:10:41 2014
+++ src/sys/dev/usb/xhcivar.h	Mon Mar 10 13:12:02 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: xhcivar.h,v 1.3 2014/03/10 13:10:41 skrll Exp $	*/
+/*	$NetBSD: xhcivar.h,v 1.4 2014/03/10 13:12:02 skrll Exp $	*/
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -116,14 +116,14 @@ struct xhci_softc {
 	uint8_t sc_conf;
 };
 
-int             xhci_init(struct xhci_softc *);
-int             xhci_intr(void *);
-int             xhci_detach(struct xhci_softc *, int);
-int             xhci_activate(device_t, enum devact);
-void            xhci_childdet(device_t, device_t);
-bool            xhci_suspend(device_t, const pmf_qual_t *);
-bool            xhci_resume(device_t, const pmf_qual_t *);
-bool            xhci_shutdown(device_t, int);
+int	xhci_init(struct xhci_softc *);
+int	xhci_intr(void *);
+int	xhci_detach(struct xhci_softc *, int);
+int	xhci_activate(device_t, enum devact);
+void	xhci_childdet(device_t, device_t);
+bool	xhci_suspend(device_t, const pmf_qual_t *);
+bool	xhci_resume(device_t, const pmf_qual_t *);
+bool	xhci_shutdown(device_t, int);
 
 #define XHCI_TRANSFER_RING_TRBS 256
 

Reply via email to