From d7336823e97b3f7c049c647979e5fcbdc8d0c695 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 27 Sep 2002 19:42:29 +0000 Subject: MFNetBSD: revision 1.66 Get rid of trailing white space. --- sys/dev/usb/usb.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/dev') 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; }; -- cgit v1.1