From dd1ff75f12c97ecf3e17b5ccd58c736288268e2d Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 17 Feb 2002 12:41:50 +0000 Subject: [PATCH] Fix a formatting error. --- sys/dev/usb/uhci_pci.c | 12 ++++++------ sys/pci/uhci_pci.c | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c index 7bfb6826eca4..db3d5c6bc523 100644 --- a/sys/dev/usb/uhci_pci.c +++ b/sys/dev/usb/uhci_pci.c @@ -347,12 +347,12 @@ uhci_pci_detach(device_t self) we should call something like uhci_deinit #endif - /* - * disable interrupts that might have been switched on in - * uhci_init. - */ - if (sc->iot && sc->ioh) - bus_space_write_2(sc->iot, sc->ioh, UHCI_INTR, 0); + /* + * disable interrupts that might have been switched on in + * uhci_init. + */ + if (sc->iot && sc->ioh) + bus_space_write_2(sc->iot, sc->ioh, UHCI_INTR, 0); if (sc->irq_res && sc->ih) { int err = bus_teardown_intr(self, sc->irq_res, sc->ih); diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c index 7bfb6826eca4..db3d5c6bc523 100644 --- a/sys/pci/uhci_pci.c +++ b/sys/pci/uhci_pci.c @@ -347,12 +347,12 @@ uhci_pci_detach(device_t self) we should call something like uhci_deinit #endif - /* - * disable interrupts that might have been switched on in - * uhci_init. - */ - if (sc->iot && sc->ioh) - bus_space_write_2(sc->iot, sc->ioh, UHCI_INTR, 0); + /* + * disable interrupts that might have been switched on in + * uhci_init. + */ + if (sc->iot && sc->ioh) + bus_space_write_2(sc->iot, sc->ioh, UHCI_INTR, 0); if (sc->irq_res && sc->ih) { int err = bus_teardown_intr(self, sc->irq_res, sc->ih);