core: Use a consistent variable name for usbi_transfer structures
authorChris Dickens <christopher.a.dickens@gmail.com>
Wed, 26 Feb 2020 17:18:02 +0000 (09:18 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Wed, 26 Feb 2020 17:18:02 +0000 (09:18 -0800)
commit136346391677455b9259e446c8445e7fbb1ad36e
treebe2924eca685c3fe9d37080ed8ca3243f1b87052
parent6816bb40a3bf3e80eb7f86f4dd368f8be76667c5
core: Use a consistent variable name for usbi_transfer structures

Most places in the library use the name 'itransfer' when referring to a
usbi_transfer structure. This is helpful to distinguish between the
public libusb_transfer structure and the internal structure. Fix up the
few places that don't follow this convention so that it is consistent
across the entire library.

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/io.c
libusb/libusbi.h
libusb/version_nano.h