mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-27 11:43:26 +00:00
DM USB: clean-up: give shorter names to libusb_xfer and req
The names for the two variables are too long, change to shorter name. This patch doesn't change any logic, just clean up. Tracked-On: #3054 Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
adaed5c0e3
commit
b57f6f9243
@@ -79,7 +79,7 @@ struct usb_dev_req {
|
||||
int blk_count;
|
||||
|
||||
struct usb_data_xfer *xfer;
|
||||
struct libusb_transfer *libusb_xfer;
|
||||
struct libusb_transfer *trn;
|
||||
struct usb_data_xfer_block *setup_blk;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user