usb4bsd: Cleanup pass.
authorSascha Wildner <saw@online.de>
Mon, 1 Oct 2012 04:04:09 +0000 (06:04 +0200)
committerSascha Wildner <saw@online.de>
Thu, 11 Oct 2012 09:27:42 +0000 (11:27 +0200)
commit63da4a3434b78fbf6fc3abbf6edf07976135021b
tree2fead08048c15f780daa9a8eafda33205c4a3166
parent8b9caf332843230f6603854f4c3802c0ec34a7ee
usb4bsd: Cleanup pass.

* Adjust indentation, whitespace and typos.

* Uniformly use #if 0 to deactivate code instead of C comments.
32 files changed:
sys/bus/u4b/controller/ehci.c
sys/bus/u4b/controller/ehci_pci.c
sys/bus/u4b/controller/ohci.c
sys/bus/u4b/controller/ohci_pci.c
sys/bus/u4b/controller/uhci.c
sys/bus/u4b/controller/uhci_pci.c
sys/bus/u4b/controller/usb_controller.c
sys/bus/u4b/controller/xhci.c
sys/bus/u4b/controller/xhci_pci.c
sys/bus/u4b/storage/umass.c
sys/bus/u4b/storage/ustorage_fs.c
sys/bus/u4b/usb_busdma.c
sys/bus/u4b/usb_compat_linux.c
sys/bus/u4b/usb_core.c
sys/bus/u4b/usb_core.h
sys/bus/u4b/usb_dev.c
sys/bus/u4b/usb_dev.h
sys/bus/u4b/usb_device.c
sys/bus/u4b/usb_device.h
sys/bus/u4b/usb_dynamic.c
sys/bus/u4b/usb_freebsd.h
sys/bus/u4b/usb_generic.c
sys/bus/u4b/usb_hid.c
sys/bus/u4b/usb_hub.c
sys/bus/u4b/usb_msctest.c
sys/bus/u4b/usb_pf.c
sys/bus/u4b/usb_process.c
sys/bus/u4b/usb_process.h
sys/bus/u4b/usb_request.c
sys/bus/u4b/usb_transfer.c
sys/bus/u4b/usb_util.c
sys/bus/u4b/usbdi.h