summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhcivar.h
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2003-07-04 01:50:39 +0000
committerjmg <jmg@FreeBSD.org>2003-07-04 01:50:39 +0000
commit4ae39a51c0daaa85c91db9c17c4966813f0ad132 (patch)
tree5b79f9b37e76ca1c2e5ce82ab14f966e1d6c2545 /sys/dev/usb/uhcivar.h
parentbe4cccbaee61ce3b41b3d7258c8090a0f313cf37 (diff)
downloadFreeBSD-src-4ae39a51c0daaa85c91db9c17c4966813f0ad132.zip
FreeBSD-src-4ae39a51c0daaa85c91db9c17c4966813f0ad132.tar.gz
WARNING: white space diff
This code reduces the number of trailing white space to be more in line w/ NetBSD. I don't regenerate usbdevs, saving that for when it really changes.
Diffstat (limited to 'sys/dev/usb/uhcivar.h')
-rw-r--r--sys/dev/usb/uhcivar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h
index 760f4ea..1263ea9 100644
--- a/sys/dev/usb/uhcivar.h
+++ b/sys/dev/usb/uhcivar.h
@@ -41,8 +41,8 @@
/*
* To avoid having 1024 TDs for each isochronous transfer we introduce
* a virtual frame list. Every UHCI_VFRAMELIST_COUNT entries in the real
- * frame list points to a non-active TD. These, in turn, form the
- * starts of the virtual frame list. This also has the advantage that it
+ * frame list points to a non-active TD. These, in turn, form the
+ * starts of the virtual frame list. This also has the advantage that it
* simplifies linking in/out of TDs/QHs in the schedule.
* Furthermore, initially each of the inactive TDs point to an inactive
* QH that forms the start of the interrupt traffic for that slot.
@@ -97,7 +97,7 @@ struct uhci_soft_td {
uhci_soft_td_qh_t link; /* soft version of the td_link field */
uhci_physaddr_t physaddr; /* TD's physical address. */
};
-/*
+/*
* Make the size such that it is a multiple of UHCI_TD_ALIGN. This way
* we can pack a number of soft TD together and have the real TD well
* aligned.
OpenPOWER on IntegriCloud