aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdi_util.h
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2003-07-04 01:50:39 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2003-07-04 01:50:39 +0000
commitc97325b0c83cd9c95e4f7c608870a4a948669f5b (patch)
tree5b79f9b37e76ca1c2e5ce82ab14f966e1d6c2545 /sys/dev/usb/usbdi_util.h
parent8689793bfb9db0ae20d7433cbfc3b3ca2587a1c8 (diff)
downloadsrc-c97325b0c83cd9c95e4f7c608870a4a948669f5b.tar.gz
src-c97325b0c83cd9c95e4f7c608870a4a948669f5b.zip
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.
Notes
Notes: svn path=/head/; revision=117213
Diffstat (limited to 'sys/dev/usb/usbdi_util.h')
-rw-r--r--sys/dev/usb/usbdi_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdi_util.h b/sys/dev/usb/usbdi_util.h
index 923ab63493f6..01cf4252cb9e 100644
--- a/sys/dev/usb/usbdi_util.h
+++ b/sys/dev/usb/usbdi_util.h
@@ -38,15 +38,15 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-usbd_status usbd_get_desc(usbd_device_handle dev, int type,
+usbd_status usbd_get_desc(usbd_device_handle dev, int type,
int index, int len, void *desc);
-usbd_status usbd_get_config_desc(usbd_device_handle, int,
+usbd_status usbd_get_config_desc(usbd_device_handle, int,
usb_config_descriptor_t *);
usbd_status usbd_get_config_desc_full(usbd_device_handle, int, void *, int);
usbd_status usbd_get_device_desc(usbd_device_handle dev,
usb_device_descriptor_t *d);
usbd_status usbd_set_address(usbd_device_handle dev, int addr);
-usbd_status usbd_get_port_status(usbd_device_handle,
+usbd_status usbd_get_port_status(usbd_device_handle,
int, usb_port_status_t *);
usbd_status usbd_set_hub_feature(usbd_device_handle dev, int);
usbd_status usbd_clear_hub_feature(usbd_device_handle, int);