From 077aa0481a104535a9e064f285811ef5abd0ba95 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 10 Mar 2014 13:12:02 +0000 Subject: [PATCH] Whtiespace. --- sys/dev/usb/xhcivar.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/dev/usb/xhcivar.h b/sys/dev/usb/xhcivar.h index 0b561faee8f9..7ddbaa2662bd 100644 --- a/sys/dev/usb/xhcivar.h +++ b/sys/dev/usb/xhcivar.h @@ -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