MFNetBSD: revision 1.66

Get rid of trailing white space.
This commit is contained in:
Josef Karthauser 2002-09-27 19:42:29 +00:00
parent 4c2c25d405
commit fef80c2cba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104046

View File

@ -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;
};