sandbox: usb: Rename transfer_len in protocol struct
authorSimon Glass <sjg@chromium.org>
Wed, 21 Sep 2022 14:21:34 +0000 (16:21 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2022 14:30:05 +0000 (08:30 -0600)
commit8bae79744b39ee7725729673202477300b2f79bc
treee6f8d4c860d8306def30e7411c5d73dc5b61fc24
parenta966fa98b55bc79ce29e09158bf77b772bc3bc33
sandbox: usb: Rename transfer_len in protocol struct

This has the same name as a field in our local private struct, which is
confusing. Change the name to xfer_len instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/usb/emul/sandbox_flash.c