summaryrefslogtreecommitdiff
path: root/libusb/libusbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/libusbi.h')
-rw-r--r--libusb/libusbi.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libusb/libusbi.h b/libusb/libusbi.h
index d7fd4a4..d109d49 100644
--- a/libusb/libusbi.h
+++ b/libusb/libusbi.h
@@ -39,10 +39,10 @@ struct list_head {
struct list_head *prev, *next;
};
-/* Get an entry from the list
- * ptr - the address of this list_head element in "type"
+/* Get an entry from the list
+ * ptr - the address of this list_head element in "type"
* type - the data type that contains "member"
- * member - the list_head element in "type"
+ * member - the list_head element in "type"
*/
#define list_entry(ptr, type, member) \
((type *)((uintptr_t)(ptr) - (uintptr_t)(&((type *)0L)->member)))
@@ -202,7 +202,7 @@ struct libusb_context {
struct list_head open_devs;
usbi_mutex_t open_devs_lock;
- /* this is a list of in-flight transfer handles, sorted by timeout
+ /* this is a list of in-flight transfer handles, sorted by timeout
* expiration. URBs to timeout the soonest are placed at the beginning of
* the list, URBs that will time out later are placed after, and urbs with
* infinite timeout are always placed at the very end. */
@@ -705,7 +705,7 @@ struct usbi_os_backend {
*/
int (*kernel_driver_active)(struct libusb_device_handle *handle,
int interface_number);
-
+
/* Detach a kernel driver from an interface. Optional.
*
* After detaching a kernel driver, the interface should be available