aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/emul
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-06-14 21:28:29 -0600
committerSimon Glass <sjg@chromium.org>2017-07-11 10:08:19 -0600
commitaae5ec34032610f2144542fd1b30b6a5cc559d79 (patch)
tree134b1f35407efb298112bc56952d88ef84e525f9 /drivers/usb/emul
parent043682422c3baccba5a935cfe8a7b856ce076dff (diff)
downloadu-boot-aae5ec34032610f2144542fd1b30b6a5cc559d79.zip
u-boot-aae5ec34032610f2144542fd1b30b6a5cc559d79.tar.gz
u-boot-aae5ec34032610f2144542fd1b30b6a5cc559d79.tar.bz2
dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd
This name should be lower case. Also the _block suffix is superfluous. Rename it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/usb/emul')
-rw-r--r--drivers/usb/emul/sandbox_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/emul/sandbox_flash.c b/drivers/usb/emul/sandbox_flash.c
index 73fa82b..98d20c0 100644
--- a/drivers/usb/emul/sandbox_flash.c
+++ b/drivers/usb/emul/sandbox_flash.c
@@ -244,7 +244,7 @@ static int handle_ufi_command(struct sandbox_flash_plat *plat,
struct sandbox_flash_priv *priv, const void *buff,
int len)
{
- const struct SCSI_cmd_block *req = buff;
+ const struct scsi_cmd *req = buff;
switch (*req->cmd) {
case SCSI_INQUIRY: {