commit | a4eff9fa8d5c3e461b6c8890bf8ab01b665c466c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 14 21:28:29 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:19 2017 -0600 |
tree | 134b1f35407efb298112bc56952d88ef84e525f9 | |
parent | 3df498d09afe176d4ddc9a348d959126aaf4ec55 [diff] |
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>