mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Fixed checkpatch complaints about whitespace (indentation should use tabs / trailing whitespace).
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@821 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -428,7 +428,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = {
|
||||
/* 12-bytes length CDB */
|
||||
{0xA0, "VVVVVVVVVV M ", "REPORT LUNS",
|
||||
SCST_DATA_READ, SCST_SMALL_TIMEOUT|SCST_IMPLICIT_HQ|SCST_SKIP_UA|
|
||||
SCST_LOCAL_CMD|SCST_LOCAL_EXEC_NEEDED,
|
||||
SCST_LOCAL_CMD|SCST_LOCAL_EXEC_NEEDED,
|
||||
6, get_trans_len_4},
|
||||
{0xA1, " O ", "BLANK",
|
||||
SCST_DATA_NONE, SCST_LONG_TIMEOUT, 0, get_trans_len_none},
|
||||
|
||||
@@ -1557,7 +1557,7 @@ out_err:
|
||||
|
||||
out_put_hw_err:
|
||||
scst_put_buf(cmd, buffer);
|
||||
|
||||
|
||||
out_hw_err:
|
||||
scst_set_cmd_error(cmd, SCST_LOAD_SENSE(scst_sense_hardw_error));
|
||||
goto out_compl;
|
||||
@@ -2939,7 +2939,7 @@ static int scst_pre_xmit_response(struct scst_cmd *cmd)
|
||||
"(needed %d)", tgt_dev->tgt_dev_valid_sense_len,
|
||||
cmd->sense_bufflen);
|
||||
}
|
||||
memcpy(tgt_dev->tgt_dev_sense, cmd->sense,
|
||||
memcpy(tgt_dev->tgt_dev_sense, cmd->sense,
|
||||
tgt_dev->tgt_dev_valid_sense_len);
|
||||
|
||||
spin_unlock_bh(&tgt_dev->tgt_dev_lock);
|
||||
|
||||
Reference in New Issue
Block a user