From e036dfc6a10cd52b51a7ec9234f120bddbfa6dda Mon Sep 17 00:00:00 2001 From: n_hibma Date: Sun, 25 Jul 1999 18:54:22 +0000 Subject: Add comments, change variable names to make them consistent (r -> err, timo_handle -> timeout_handle, p -> pipe, *pipe -> *rpipe, etc.) --- sys/dev/usb/usbdivar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/usb/usbdivar.h') diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index 8e61d85..96354d1 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -170,7 +170,7 @@ struct usbd_request { void *hcpriv; /* XXX private use by the HC driver */ #if defined(__FreeBSD__) - struct callout_handle timo_handle; + struct callout_handle timeout_handle; #endif }; -- cgit v1.1