summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-09-27 19:42:29 +0000
committerjoe <joe@FreeBSD.org>2002-09-27 19:42:29 +0000
commitd7336823e97b3f7c049c647979e5fcbdc8d0c695 (patch)
tree7dd11a022d76bf3f3817c5fad3364d0a3428df0a /sys/dev
parent85f5504c522b8c43961e1287580b949473ad40c9 (diff)
downloadFreeBSD-src-d7336823e97b3f7c049c647979e5fcbdc8d0c695.zip
FreeBSD-src-d7336823e97b3f7c049c647979e5fcbdc8d0c695.tar.gz
MFNetBSD: revision 1.66
Get rid of trailing white space.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usb.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h
index 2f54628..cbd97e1 100644
--- a/sys/dev/usb/usb.h
+++ b/sys/dev/usb/usb.h
@@ -1,4 +1,4 @@
-/* $NetBSD: usb.h,v 1.63 2002/02/25 00:46:37 augustss Exp $ */
+/* $NetBSD: usb.h,v 1.66 2002/07/11 21:14:34 augustss Exp $ */
/* $FreeBSD$ */
/*
@@ -88,7 +88,7 @@ typedef u_int8_t uDWord[4];
(w)[2] = (u_int8_t)((v) >> 16), \
(w)[3] = (u_int8_t)((v) >> 24))
#else
-/*
+/*
* On little-endian machines that can handle unanliged accesses
* (e.g. i386) these macros can be replaced by the following.
*/
@@ -454,7 +454,7 @@ typedef struct {
#define UIPROTO_DATA_Q921M 0x50 /* Management for Q921 */
#define UIPROTO_DATA_Q921 0x51 /* Data for Q921 */
#define UIPROTO_DATA_Q921TM 0x52 /* TEI multiplexer for Q921 */
-#define UIPROTO_DATA_V42BIS 0x90 /* Data compression */
+#define UIPROTO_DATA_V42BIS 0x90 /* Data compression */
#define UIPROTO_DATA_Q931 0x91 /* Euro-ISDN */
#define UIPROTO_DATA_V120 0x92 /* V.24 rate adaption */
#define UIPROTO_DATA_CAPI 0x93 /* CAPI 2.0 commands */
@@ -474,8 +474,8 @@ typedef struct {
#define USB_HUB_MAX_DEPTH 5
-/*
- * Minimum time a device needs to be powered down to go through
+/*
+ * Minimum time a device needs to be powered down to go through
* a power cycle. XXX Are these time in the spec?
*/
#define USB_POWER_DOWN_TIME 200 /* ms */
@@ -632,7 +632,7 @@ struct usb_event {
struct {
usb_event_cookie_t ue_cookie;
char ue_devname[16];
- } ue_driver;
+ } ue_driver;
} u;
};
OpenPOWER on IntegriCloud