diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-06-13 06:25:04 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-06-13 06:25:04 +0000 |
commit | deceb0ef8c95816511a4806f7754d4ef3c117786 (patch) | |
tree | 46c689fb1e600ada544f8c8977f3d41848d3f731 /sys/dev/usb/usbfvar.h | |
parent | c6b777bbf60e8aa42982d6ed8122f4bc9d13f414 (diff) |
Apply some KNF after the recent removal of macros and type definitions.
No binary change.
ok ray.
Diffstat (limited to 'sys/dev/usb/usbfvar.h')
-rw-r--r-- | sys/dev/usb/usbfvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usbfvar.h b/sys/dev/usb/usbfvar.h index 79d5d1521aa..9a4e9dc3418 100644 --- a/sys/dev/usb/usbfvar.h +++ b/sys/dev/usb/usbfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usbfvar.h,v 1.4 2007/06/12 16:26:37 mbalmer Exp $ */ +/* $OpenBSD: usbfvar.h,v 1.5 2007/06/13 06:25:03 mbalmer Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -161,8 +161,8 @@ void usbf_do_request(usbf_xfer_handle, usbf_private_handle, usbf_status); /* usbf_subr.c */ -usbf_status usbf_new_device(struct device *, usbf_bus_handle, int, - int, int, struct usbf_port *); +usbf_status usbf_new_device(struct device *, usbf_bus_handle, int, int, int, + struct usbf_port *); usbf_status usbf_set_endpoint_feature(usbf_config_handle, u_int8_t, u_int16_t); usbf_status usbf_clear_endpoint_feature(usbf_config_handle, u_int8_t, |