mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
Some names of functions and variables are long and not exact, this patch is used to change them, no logic code are affected. The changing included: usb_data_xfer -> usb_xfer usb_data_xfer_block -> usb_block usb_xfer_blk_stat -> usb_block_stat usb_data_xfer_append -> usb_block_append USB_XFER_BLK_* -> USB_BLOCK_* Tracked-On: #3628 Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>