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:
Bart Van Assche
2009-05-04 19:07:22 +00:00
parent c521377609
commit 00aa42706f
2 changed files with 3 additions and 3 deletions

View File

@@ -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},

View File

@@ -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);