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:
Xiaoguang Wu
2019-04-29 11:50:47 +08:00
committed by ACRN System Integration
parent adaed5c0e3
commit b57f6f9243
2 changed files with 60 additions and 69 deletions

View File

@@ -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;
};